Class: Aws::OpenSearchService::Types::DomainInformationContainer
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DomainInformationContainer
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for information about an OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_domain_information ⇒ Types::AWSDomainInformation
Information about an Amazon OpenSearch Service domain.
Instance Attribute Details
#aws_domain_information ⇒ Types::AWSDomainInformation
Information about an Amazon OpenSearch Service domain.
3389 3390 3391 3392 3393 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3389 class DomainInformationContainer < Struct.new( :aws_domain_information) SENSITIVE = [] include Aws::Structure end |