Class: Aws::OpenSearchService::Types::CreateDomainResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_statusTypes::DomainStatus

The status of the newly created domain.

Returns:



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