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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Specifies the DomainName.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2008

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

#engine_typeString

Specifies the EngineType of the domain.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2008

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