Class: Aws::Types::CreateDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_status ⇒ "Active", ...
Returns the value of attribute domain_status.
Instance Attribute Details
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
299 300 301 |
# File 'sig/types.rbs', line 299 def domain_arn @domain_arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def domain_id @domain_id end |
#domain_status ⇒ "Active", ...
Returns the value of attribute domain_status.
300 301 302 |
# File 'sig/types.rbs', line 300 def domain_status @domain_status end |