Class: Aws::CloudSearch::Types::CreateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::CreateDomainResponse
- Defined in:
- gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb
Overview
The result of a CreateDomainRequest
. Contains the status of a newly
created domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_status ⇒ Types::DomainStatus
The current status of the search domain.
Instance Attribute Details
#domain_status ⇒ Types::DomainStatus
The current status of the search domain.
243 244 245 246 247 |
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 243 class CreateDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |