Class: Aws::Pricing::Types::GetPriceListFileUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::GetPriceListFileUrlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The URL to download your Price List file from.
Instance Attribute Details
#url ⇒ String
The URL to download your Price List file from.
236 237 238 239 240 |
# File 'lib/aws-sdk-pricing/types.rb', line 236 class GetPriceListFileUrlResponse < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |