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:



1488
1489
1490
1491
1492
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1488

class CreateDomainResponse < Struct.new(
  :domain_status)
  SENSITIVE = []
  include Aws::Structure
end