Class: Aws::Outposts::Types::GetQuoteInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetQuoteInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quote_identifier ⇒ String
The ID of the quote.
Instance Attribute Details
#quote_identifier ⇒ String
The ID of the quote.
1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-outposts/types.rb', line 1389 class GetQuoteInput < Struct.new( :quote_identifier) SENSITIVE = [] include Aws::Structure end |