Class: Aws::Outposts::Types::GetQuoteInput

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

#quote_identifierString

The ID of the quote.

Returns:

  • (String)


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

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