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.
2074 2075 2076 2077 2078 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2074 class DeleteApplicationRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |