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.
722 723 724 |
# File 'sig/types.rbs', line 722 def arn @arn end |
#delete_requested_at ⇒ ::Time
Returns the value of attribute delete_requested_at.
725 726 727 |
# File 'sig/types.rbs', line 725 def delete_requested_at @delete_requested_at end |
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
723 724 725 |
# File 'sig/types.rbs', line 723 def registered_at @registered_at end |
#registered_by ⇒ ::String
Returns the value of attribute registered_by.
724 725 726 |
# File 'sig/types.rbs', line 724 def registered_by @registered_by end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
726 727 728 |
# File 'sig/types.rbs', line 726 def status @status end |