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 or ARN of the quote.
Instance Attribute Details
#quote_identifier ⇒ String
The ID or ARN of the quote.
1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-outposts/types.rb', line 1318 class GetQuoteInput < Struct.new( :quote_identifier) SENSITIVE = [] include Aws::Structure end |