Class: Aws::Outposts::Types::UpdateQuoteOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::UpdateQuoteOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quote ⇒ Types::Quote
Information about the updated quote.
Instance Attribute Details
#quote ⇒ Types::Quote
Information about the updated quote.
3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-outposts/types.rb', line 3456 class UpdateQuoteOutput < Struct.new( :quote) SENSITIVE = [] include Aws::Structure end |