Class: Aws::Outposts::Types::UpdateQuoteOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#quoteTypes::Quote

Information about the updated quote.

Returns:



3456
3457
3458
3459
3460
# File 'lib/aws-sdk-outposts/types.rb', line 3456

class UpdateQuoteOutput < Struct.new(
  :quote)
  SENSITIVE = []
  include Aws::Structure
end