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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-pricing/types.rb', line 236

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