Class: Aws::ElasticsearchService::Types::DomainInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DomainInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Specifies the ‘DomainName`.
-
#engine_type ⇒ String
Specifies the ‘EngineType` of the domain.
Instance Attribute Details
#domain_name ⇒ String
Specifies the ‘DomainName`.
2008 2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2008 class DomainInfo < Struct.new( :domain_name, :engine_type) SENSITIVE = [] include Aws::Structure end |
#engine_type ⇒ String
Specifies the ‘EngineType` of the domain.
2008 2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2008 class DomainInfo < Struct.new( :domain_name, :engine_type) SENSITIVE = [] include Aws::Structure end |