Class: Aws::BillingConductor::Types::ListResourcesAssociatedToCustomLineItemFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListResourcesAssociatedToCustomLineItemFilter
- 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
-
#relationship ⇒ String
The type of relationship between the custom line item and the associated resource.
Instance Attribute Details
#relationship ⇒ String
The type of relationship between the custom line item and the associated resource.
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 |