Class: Aws::BillingConductor::Types::ListPricingPlansFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnsArray<String>

A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.

Returns:

  • (Array<String>)


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