Class: Aws::Outposts::Types::CreateQuoteOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CreateQuoteOutput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quote ⇒ Types::Quote
Information about the quote.
Instance Attribute Details
#quote ⇒ Types::Quote
Information about the quote.
659 660 661 662 663 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 659 class CreateQuoteOutput < Struct.new( :quote) SENSITIVE = [] include Aws::Structure end |