| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemResponseElement
Description
Synopsis
- data ListResourcesAssociatedToCustomLineItemResponseElement = ListResourcesAssociatedToCustomLineItemResponseElement' {}
- newListResourcesAssociatedToCustomLineItemResponseElement :: ListResourcesAssociatedToCustomLineItemResponseElement
- listResourcesAssociatedToCustomLineItemResponseElement_arn :: Lens' ListResourcesAssociatedToCustomLineItemResponseElement (Maybe Text)
- listResourcesAssociatedToCustomLineItemResponseElement_endBillingPeriod :: Lens' ListResourcesAssociatedToCustomLineItemResponseElement (Maybe Text)
- listResourcesAssociatedToCustomLineItemResponseElement_relationship :: Lens' ListResourcesAssociatedToCustomLineItemResponseElement (Maybe CustomLineItemRelationship)
Documentation
data ListResourcesAssociatedToCustomLineItemResponseElement Source #
A representation of a resource association for a custom line item.
See: newListResourcesAssociatedToCustomLineItemResponseElement smart constructor.
Constructors
| ListResourcesAssociatedToCustomLineItemResponseElement' | |
Fields
| |
Instances
newListResourcesAssociatedToCustomLineItemResponseElement :: ListResourcesAssociatedToCustomLineItemResponseElement Source #
Create a value of ListResourcesAssociatedToCustomLineItemResponseElement with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:ListResourcesAssociatedToCustomLineItemResponseElement', listResourcesAssociatedToCustomLineItemResponseElement_arn - The ARN of the associated resource.
$sel:endBillingPeriod:ListResourcesAssociatedToCustomLineItemResponseElement', listResourcesAssociatedToCustomLineItemResponseElement_endBillingPeriod - The end billing period of the associated resource.
$sel:relationship:ListResourcesAssociatedToCustomLineItemResponseElement', listResourcesAssociatedToCustomLineItemResponseElement_relationship - The type of relationship between the custom line item and the associated
resource.
listResourcesAssociatedToCustomLineItemResponseElement_arn :: Lens' ListResourcesAssociatedToCustomLineItemResponseElement (Maybe Text) Source #
The ARN of the associated resource.
listResourcesAssociatedToCustomLineItemResponseElement_endBillingPeriod :: Lens' ListResourcesAssociatedToCustomLineItemResponseElement (Maybe Text) Source #
The end billing period of the associated resource.
listResourcesAssociatedToCustomLineItemResponseElement_relationship :: Lens' ListResourcesAssociatedToCustomLineItemResponseElement (Maybe CustomLineItemRelationship) Source #
The type of relationship between the custom line item and the associated resource.