Module: Aws::BillingConductor::Client::_ListResourcesAssociatedToCustomLineItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListResourcesAssociatedToCustomLineItemOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #associated_resources ⇒ ::Array[Types::ListResourcesAssociatedToCustomLineItemResponseElement]
- #next_token ⇒ ::String
Instance Method Details
#arn ⇒ ::String
488 |
# File 'sig/client.rbs', line 488
def arn: () -> ::String
|
#associated_resources ⇒ ::Array[Types::ListResourcesAssociatedToCustomLineItemResponseElement]
489 |
# File 'sig/client.rbs', line 489
def associated_resources: () -> ::Array[Types::ListResourcesAssociatedToCustomLineItemResponseElement]
|
#next_token ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def next_token: () -> ::String
|