Class: Aws::Types::RemediationExecutionStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_time::Time

Returns the value of attribute invocation_time.

Returns:



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.

Returns:



2003
2004
2005
# File 'sig/types.rbs', line 2003

def last_updated_time
  @last_updated_time
end

#resource_keyTypes::ResourceKey

Returns the value of attribute resource_key.

Returns:



1999
2000
2001
# File 'sig/types.rbs', line 1999

def resource_key
  @resource_key
end

#state"QUEUED", ...

Returns the value of attribute state.

Returns:



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.

Returns:



2001
2002
2003
# File 'sig/types.rbs', line 2001

def step_details
  @step_details
end