Class: Aws::Types::RemediationExecutionStep
- Inherits:
-
Object
- Object
- Aws::Types::RemediationExecutionStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "SUCCEEDED", ...
Returns the value of attribute state.
-
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def end |
#name ⇒ ::String
Returns the value of attribute name.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def name @name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def start_time @start_time end |
#state ⇒ "SUCCEEDED", ...
Returns the value of attribute state.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def state @state end |
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def stop_time @stop_time end |