Class: Aws::OpenSearchService::Types::GetCompatibleVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetCompatibleVersionsRequest
- Includes:
- Structure
- Defined in:
- 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.
4118 4119 4120 4121 4122 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4118 class GetCompatibleVersionsRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |