Class: Aws::Types::DaemonTaskDefinitionSummary
- Inherits:
-
Object
- Object
- Aws::Types::DaemonTaskDefinitionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#delete_requested_at ⇒ ::Time
Returns the value of attribute delete_requested_at.
-
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
-
#registered_by ⇒ ::String
Returns the value of attribute registered_by.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
715 716 717 |
# File 'sig/types.rbs', line 715 def arn @arn end |
#delete_requested_at ⇒ ::Time
Returns the value of attribute delete_requested_at.
718 719 720 |
# File 'sig/types.rbs', line 718 def delete_requested_at @delete_requested_at end |
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
716 717 718 |
# File 'sig/types.rbs', line 716 def registered_at @registered_at end |
#registered_by ⇒ ::String
Returns the value of attribute registered_by.
717 718 719 |
# File 'sig/types.rbs', line 717 def registered_by @registered_by end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
719 720 721 |
# File 'sig/types.rbs', line 719 def status @status end |