Class: Aws::Types::DaemonRollback
- Inherits:
-
Object
- Object
- Aws::Types::DaemonRollback
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#rollback_capacity_providers ⇒ ::Array[::String]
Returns the value of attribute rollback_capacity_providers.
-
#rollback_target_daemon_revision_arn ⇒ ::String
Returns the value of attribute rollback_target_daemon_revision_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
687 688 689 |
# File 'sig/types.rbs', line 687 def reason @reason end |
#rollback_capacity_providers ⇒ ::Array[::String]
Returns the value of attribute rollback_capacity_providers.
690 691 692 |
# File 'sig/types.rbs', line 690 def rollback_capacity_providers @rollback_capacity_providers end |
#rollback_target_daemon_revision_arn ⇒ ::String
Returns the value of attribute rollback_target_daemon_revision_arn.
689 690 691 |
# File 'sig/types.rbs', line 689 def rollback_target_daemon_revision_arn @rollback_target_daemon_revision_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
688 689 690 |
# File 'sig/types.rbs', line 688 def started_at @started_at end |