Class: Aws::Pricing::Types::GetPriceListFileUrlResponse

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

#urlString

The URL to download your Price List file from.

Returns:

  • (String)


236
237
238
239
240
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 236

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