Class: Aws::Types::Rollback
- Inherits:
-
Object
- Object
- Aws::Types::Rollback
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#service_revision_arn ⇒ ::String
Returns the value of attribute service_revision_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def reason @reason end |
#service_revision_arn ⇒ ::String
Returns the value of attribute service_revision_arn.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def service_revision_arn @service_revision_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def started_at @started_at end |