Class: Aws::OpenSearchService::Types::CreateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreateDomainResponse
- Includes:
- Structure
- Defined in:
- 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.
1719 1720 1721 1722 1723 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1719 class CreateDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |