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

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

Returns:



659
660
661
662
663
# File 'lib/aws-sdk-outposts/types.rb', line 659

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