Class: Aws::Types::ManagedActionHistoryItem

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#action_description::String

Returns the value of attribute action_description.



725
726
727
# File 'sig/types.rbs', line 725

def action_description
  @action_description
end

#action_id::String

Returns the value of attribute action_id.



723
724
725
# File 'sig/types.rbs', line 723

def action_id
  @action_id
end

#action_type"InstanceRefresh", ...

Returns the value of attribute action_type.



724
725
726
# File 'sig/types.rbs', line 724

def action_type
  @action_type
end

#executed_time::Time

Returns the value of attribute executed_time.



729
730
731
# File 'sig/types.rbs', line 729

def executed_time
  @executed_time
end

#failure_description::String

Returns the value of attribute failure_description.



728
729
730
# File 'sig/types.rbs', line 728

def failure_description
  @failure_description
end

#failure_type"UpdateCancelled", ...

Returns the value of attribute failure_type.



726
727
728
# File 'sig/types.rbs', line 726

def failure_type
  @failure_type
end

#finished_time::Time

Returns the value of attribute finished_time.



730
731
732
# File 'sig/types.rbs', line 730

def finished_time
  @finished_time
end

#status"Completed", ...

Returns the value of attribute status.



727
728
729
# File 'sig/types.rbs', line 727

def status
  @status
end