Class: Aws::Types::RemediationExecutionStatus
- Inherits:
-
Object
- Object
- Aws::Types::RemediationExecutionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_time ⇒ ::Time
Returns the value of attribute invocation_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#resource_key ⇒ Types::ResourceKey
Returns the value of attribute resource_key.
-
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
-
#step_details ⇒ ::Array[Types::RemediationExecutionStep]
Returns the value of attribute step_details.
Instance Attribute Details
#invocation_time ⇒ ::Time
Returns the value of attribute invocation_time.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def invocation_time @invocation_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def last_updated_time @last_updated_time end |
#resource_key ⇒ Types::ResourceKey
Returns the value of attribute resource_key.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def resource_key @resource_key end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def state @state end |
#step_details ⇒ ::Array[Types::RemediationExecutionStep]
Returns the value of attribute step_details.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def step_details @step_details end |