Class: Aws::Outposts::Types::DeleteQuoteInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::DeleteQuoteInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quote_identifier ⇒ String
The ID or ARN of the quote.
Instance Attribute Details
#quote_identifier ⇒ String
The ID or ARN of the quote.
821 822 823 824 825 |
# File 'lib/aws-sdk-outposts/types.rb', line 821 class DeleteQuoteInput < Struct.new( :quote_identifier) SENSITIVE = [] include Aws::Structure end |