Class: Aws::ElasticsearchService::Types::DomainInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DomainInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of an Elasticsearch domain.
- #owner_id ⇒ String
- #region ⇒ String
Instance Attribute Details
#domain_name ⇒ String
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
1787 1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1787 class DomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
1787 1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1787 class DomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
1787 1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1787 class DomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |