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

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

Instance Attribute Details

#domain_nameString

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

Returns:

  • (String)


3440
3441
3442
3443
3444
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3440

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