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_identifierString

The ID or ARN of the quote.

Returns:

  • (String)


1318
1319
1320
1321
1322
# File 'lib/aws-sdk-outposts/types.rb', line 1318

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