Class: Aws::Types::DaemonSummary
- Inherits:
-
Object
- Object
- Aws::Types::DaemonSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
-
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
690 691 692 |
# File 'sig/types.rbs', line 690 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
688 689 690 |
# File 'sig/types.rbs', line 688 def daemon_arn @daemon_arn end |
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
689 690 691 |
# File 'sig/types.rbs', line 689 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
691 692 693 |
# File 'sig/types.rbs', line 691 def updated_at @updated_at end |