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

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)


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

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