Class: Aws::Types::DomainSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#status ⇒ "Active", "Deleted"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
329 330 331 |
# File 'sig/types.rbs', line 329 def created_time @created_time end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
330 331 332 |
# File 'sig/types.rbs', line 330 def encryption_key @encryption_key end |
#name ⇒ ::String
Returns the value of attribute name.
325 326 327 |
# File 'sig/types.rbs', line 325 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
326 327 328 |
# File 'sig/types.rbs', line 326 def owner @owner end |
#status ⇒ "Active", "Deleted"
Returns the value of attribute status.
328 329 330 |
# File 'sig/types.rbs', line 328 def status @status end |