Class: Aws::OpenSearchService::Types::CreateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreateDomainResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result of a CreateDomain
operation. Contains the status of the
newly created domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_status ⇒ Types::DomainStatus
The status of the newly created domain.
Instance Attribute Details
#domain_status ⇒ Types::DomainStatus
The status of the newly created domain.
1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1784 class CreateDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |