Class: Aws::BillingConductor::Types::ListResourcesAssociatedToCustomLineItemOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The custom line item ARN for which the resource associations are listed.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
2194
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2188

class ListResourcesAssociatedToCustomLineItemOutput < Struct.new(
  :arn,
  :associated_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#associated_resourcesArray<Types::ListResourcesAssociatedToCustomLineItemResponseElement>

A list of ListResourcesAssociatedToCustomLineItemResponseElement for each resource association retrieved.



2188
2189
2190
2191
2192
2193
2194
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2188

class ListResourcesAssociatedToCustomLineItemOutput < Struct.new(
  :arn,
  :associated_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to be used in subsequent requests to retrieve additional results.

Returns:

  • (String)


2188
2189
2190
2191
2192
2193
2194
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2188

class ListResourcesAssociatedToCustomLineItemOutput < Struct.new(
  :arn,
  :associated_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end