Class: Aws::OpenSearchService::Types::AWSDomainInformation

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

Overview

Information about an Amazon OpenSearch Service domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain.

Returns:

  • (String)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 29

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

#owner_idString

The Amazon Web Services account ID of the domain owner.

Returns:

  • (String)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 29

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

#regionString

The Amazon Web Services Region in which the domain is located.

Returns:

  • (String)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 29

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