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

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

Instance Attribute Details

#domain_statusTypes::DomainStatus

The status of the newly created domain.

Returns:



1420
1421
1422
1423
1424
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1420

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