Class: Aws::Types::DeleteDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDomainOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
130 131 132 |
# File 'sig/types.rbs', line 130 def arn @arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def domain_id @domain_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
131 132 133 |
# File 'sig/types.rbs', line 131 def status @status end |