Class: Aws::Outposts::Types::CreateQuoteOutput

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 quote.

Returns:



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