Class: Aws::ElasticsearchService::Types::DomainInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DomainInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Specifies the ‘DomainName`.
Instance Attribute Details
#domain_name ⇒ String
Specifies the ‘DomainName`.
405 406 407 408 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 405 class DomainInfo < Struct.new( :domain_name) include Aws::Structure end |