Class: Aws::OpenSearchService::Types::AWSDomainInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AWSDomainInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Information about an Amazon OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the domain owner.
-
#region ⇒ String
The Amazon Web Services Region in which the domain is located.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain.
80 81 82 83 84 85 86 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 80 class AWSDomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the domain owner.
80 81 82 83 84 85 86 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 80 class AWSDomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region in which the domain is located.
80 81 82 83 84 85 86 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 80 class AWSDomainInformation < Struct.new( :owner_id, :domain_name, :region) SENSITIVE = [] include Aws::Structure end |