Class: Aws::Types::RemediationExecutionStep

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


2010
2011
2012
# File 'sig/types.rbs', line 2010

def error_message
  @error_message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2008
2009
2010
# File 'sig/types.rbs', line 2008

def name
  @name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def start_time
  @start_time
end

#state"SUCCEEDED", ...

Returns the value of attribute state.

Returns:

  • ("SUCCEEDED", "PENDING", "FAILED", "IN_PROGRESS", "EXITED", "UNKNOWN")


2009
2010
2011
# File 'sig/types.rbs', line 2009

def state
  @state
end

#stop_time::Time

Returns the value of attribute stop_time.

Returns:

  • (::Time)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def stop_time
  @stop_time
end