Class: Aws::OpenSearchService::Types::GetCompatibleVersionsRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_nameString

The name of an existing domain. Provide this parameter to limit the results to a single domain.

Returns:

  • (String)


3963
3964
3965
3966
3967
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3963

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