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).
1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1894 class DomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1894 class DomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
1894 1895 1896 1897 1898 1899 1900 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1894 class DomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |