Class: Aws::BillingConductor::Types::ListResourcesAssociatedToCustomLineItemResponseElement

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

Overview

A representation of a resource association for a custom line item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the associated resource.

Returns:

  • (String)


2213
2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2213

class ListResourcesAssociatedToCustomLineItemResponseElement < Struct.new(
  :arn,
  :relationship,
  :end_billing_period)
  SENSITIVE = []
  include Aws::Structure
end

#end_billing_periodString

The end billing period of the associated resource.

Returns:

  • (String)


2213
2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2213

class ListResourcesAssociatedToCustomLineItemResponseElement < Struct.new(
  :arn,
  :relationship,
  :end_billing_period)
  SENSITIVE = []
  include Aws::Structure
end

#relationshipString

The type of relationship between the custom line item and the associated resource.

Returns:

  • (String)


2213
2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2213

class ListResourcesAssociatedToCustomLineItemResponseElement < Struct.new(
  :arn,
  :relationship,
  :end_billing_period)
  SENSITIVE = []
  include Aws::Structure
end