Class: Aws::OpenSearchService::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Unique identifier for the OpenSearch Application that you want to delete.
Instance Attribute Details
#id ⇒ String
Unique identifier for the OpenSearch Application that you want to delete.
2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2009 class DeleteApplicationRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |