Class: Aws::BillingConductor::Types::ListResourcesAssociatedToCustomLineItemFilter

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

Overview

A filter that specifies the type of resource associations that should be retrieved for a custom line item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relationshipString

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

Returns:

  • (String)


2128
2129
2130
2131
2132
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2128

class ListResourcesAssociatedToCustomLineItemFilter < Struct.new(
  :relationship)
  SENSITIVE = []
  include Aws::Structure
end