Class: Aws::Pricing::Types::GetPriceListFileUrlRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_formatString

The format that you want to retrieve your Price List files in. The FileFormat can be obtained from the ListPriceLists response.

Returns:

  • (String)


223
224
225
226
227
228
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 223

class GetPriceListFileUrlRequest < Struct.new(
  :price_list_arn,
  :file_format)
  SENSITIVE = []
  include Aws::Structure
end

#price_list_arnString

The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the ListPriceLists response.

Returns:

  • (String)


223
224
225
226
227
228
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 223

class GetPriceListFileUrlRequest < Struct.new(
  :price_list_arn,
  :file_format)
  SENSITIVE = []
  include Aws::Structure
end