Class: Aws::OpenSearchService::Types::GetCompatibleVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetCompatibleVersionsRequest
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the request parameters to GetCompatibleVersions
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of an existing domain.
Instance Attribute Details
#domain_name ⇒ String
The name of an existing domain. Provide this parameter to limit the results to a single domain.
3963 3964 3965 3966 3967 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3963 class GetCompatibleVersionsRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |