Class: Aws::Outposts::Types::GetQuoteOutput

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:



1330
1331
1332
1333
1334
# File 'lib/aws-sdk-outposts/types.rb', line 1330

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