Class: Aws::BillingConductor::Types::ListPricingPlansFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListPricingPlansFilter
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve pricing plan information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arns ⇒ Array<String>
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
Instance Attribute Details
#arns ⇒ Array<String>
A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.
1930 1931 1932 1933 1934 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1930 class ListPricingPlansFilter < Struct.new( :arns) SENSITIVE = [] include Aws::Structure end |