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)


3535
3536
3537
3538
3539
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3535

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