Class: Aws::ElasticsearchService::Types::DomainInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

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).

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1894

class DomainInformation < Struct.new(
  :owner_id,
  :domain_name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1894

class DomainInformation < Struct.new(
  :owner_id,
  :domain_name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1894

class DomainInformation < Struct.new(
  :owner_id,
  :domain_name,
  :region)
  SENSITIVE = []
  include Aws::Structure
end