Class: Aws::Types::DeploymentEvent
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_invocations ⇒ ::Array[Types::ActionInvocation]
Returns the value of attribute action_invocations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_type ⇒ "PERCENTAGE_UPDATED", ...
Returns the value of attribute event_type.
-
#occurred_at ⇒ ::Time
Returns the value of attribute occurred_at.
-
#triggered_by ⇒ "USER", ...
Returns the value of attribute triggered_by.
Instance Attribute Details
#action_invocations ⇒ ::Array[Types::ActionInvocation]
Returns the value of attribute action_invocations.
312 313 314 |
# File 'sig/types.rbs', line 312 def action_invocations @action_invocations end |
#description ⇒ ::String
Returns the value of attribute description.
311 312 313 |
# File 'sig/types.rbs', line 311 def description @description end |
#event_type ⇒ "PERCENTAGE_UPDATED", ...
Returns the value of attribute event_type.
309 310 311 |
# File 'sig/types.rbs', line 309 def event_type @event_type end |
#occurred_at ⇒ ::Time
Returns the value of attribute occurred_at.
313 314 315 |
# File 'sig/types.rbs', line 313 def occurred_at @occurred_at end |
#triggered_by ⇒ "USER", ...
Returns the value of attribute triggered_by.
310 311 312 |
# File 'sig/types.rbs', line 310 def triggered_by @triggered_by end |