Class: Aws::Types::DomainResult
- Inherits:
-
Object
- Object
- Aws::Types::DomainResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#status ⇒ "active", "inactive"
Returns the value of attribute status.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def domain @domain end |
#status ⇒ "active", "inactive"
Returns the value of attribute status.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def status @status end |