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

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

#quote_identifier ⇒ String

The ID of the quote.

Returns:

  • (String)


1395
1396
1397
1398
1399
# File 'lib/aws-sdk-outposts/types.rb', line 1395

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