Class: Aws::ElasticsearchService::Types::DomainInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Specifies the ‘DomainName`.

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1874

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

#engine_typeString

Specifies the ‘EngineType` of the domain.

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1874

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