Class: Aws::CloudSearch::Types::CreateDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::CreateDomainResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-cloudsearch/types.rb', line 243 class CreateDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |