Class: Aws::BillingConductor::Types::ListResourcesAssociatedToCustomLineItemInput

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 ARN of the custom line item for which the resource associations will be listed.

Returns:

  • (String)


2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2161

class ListResourcesAssociatedToCustomLineItemInput < Struct.new(
  :billing_period,
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#billing_periodString

The billing period for which the resource associations will be listed.

Returns:

  • (String)


2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2161

class ListResourcesAssociatedToCustomLineItemInput < Struct.new(
  :billing_period,
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ListResourcesAssociatedToCustomLineItemFilter

(Optional) A ListResourcesAssociatedToCustomLineItemFilter that can specify the types of resources that should be retrieved.



2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2161

class ListResourcesAssociatedToCustomLineItemInput < Struct.new(
  :billing_period,
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

(Optional) The maximum number of resource associations to be retrieved.

Returns:

  • (Integer)


2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2161

class ListResourcesAssociatedToCustomLineItemInput < Struct.new(
  :billing_period,
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

(Optional) The pagination token that's returned by a previous request.

Returns:

  • (String)


2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2161

class ListResourcesAssociatedToCustomLineItemInput < Struct.new(
  :billing_period,
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end