Class: Aws::Outposts::Types::DeleteQuoteInput

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 of the quote.

Returns:

  • (String)


831
832
833
834
835
# File 'lib/aws-sdk-outposts/types.rb', line 831

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