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

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:



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

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