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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/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 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 3456

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