Class: Aws::OpenSearchService::Types::GetApplicationRequest

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 retrieve.

Returns:

  • (String)


4141
4142
4143
4144
4145
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4141

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