Class: Aws::ElasticsearchService::Types::DomainInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DomainInfo
- Defined in:
- gems/aws-sdk-elasticsearchservice/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
EngineTypeof the domain.
Instance Attribute Details
#domain_name ⇒ String
Specifies the DomainName.
1914 1915 1916 1917 1918 1919 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1914 class DomainInfo < Struct.new( :domain_name, :engine_type) SENSITIVE = [] include Aws::Structure end |
#engine_type ⇒ String
Specifies the EngineType of the domain.
1914 1915 1916 1917 1918 1919 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1914 class DomainInfo < Struct.new( :domain_name, :engine_type) SENSITIVE = [] include Aws::Structure end |