Class: Aws::OpenSearchService::Types::DeleteApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the OpenSearch application to delete.

Returns:

  • (String)


2540
2541
2542
2543
2544
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2540

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