Class: Aws::OpenSearchService::Types::DomainInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Information about an OpenSearch Service domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain.

Returns:

  • (String)


2807
2808
2809
2810
2811
2812
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2807

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

#engine_typeString

The type of search engine that the domain is running.OpenSearch for an OpenSearch engine, or Elasticsearch for a legacy Elasticsearch OSS engine.

Returns:

  • (String)


2807
2808
2809
2810
2811
2812
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2807

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