Class: Aws::OpenSearchService::Types::GetCapabilityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetCapabilityRequest
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the GetCapability operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the OpenSearch UI application.
-
#capability_name ⇒ String
The name of the capability to retrieve information about.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the OpenSearch UI application.
4510 4511 4512 4513 4514 4515 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4510 class GetCapabilityRequest < Struct.new( :application_id, :capability_name) SENSITIVE = [] include Aws::Structure end |
#capability_name ⇒ String
The name of the capability to retrieve information about.
4510 4511 4512 4513 4514 4515 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4510 class GetCapabilityRequest < Struct.new( :application_id, :capability_name) SENSITIVE = [] include Aws::Structure end |