Class: Aws::Types::DomainInfo
- Inherits:
-
Object
- Object
- Aws::Types::DomainInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "REGISTERED", "DEPRECATED"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
404 405 406 |
# File 'sig/types.rbs', line 404 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
403 404 405 |
# File 'sig/types.rbs', line 403 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
401 402 403 |
# File 'sig/types.rbs', line 401 def name @name end |
#status ⇒ "REGISTERED", "DEPRECATED"
Returns the value of attribute status.
402 403 404 |
# File 'sig/types.rbs', line 402 def status @status end |