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.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def reason @reason end |
#service_revision_arn ⇒ ::String
Returns the value of attribute service_revision_arn.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def service_revision_arn @service_revision_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def started_at @started_at end |