Class: Aws::Types::DeleteDaemonResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDaemonResponse
- 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.
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_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.
780 781 782 |
# File 'sig/types.rbs', line 780 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
778 779 780 |
# File 'sig/types.rbs', line 778 def daemon_arn @daemon_arn end |
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
782 783 784 |
# File 'sig/types.rbs', line 782 def deployment_arn @deployment_arn end |
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
779 780 781 |
# File 'sig/types.rbs', line 779 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
781 782 783 |
# File 'sig/types.rbs', line 781 def updated_at @updated_at end |