Class: Aws::Types::ActionExecutionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_execution_id::String

Returns the value of attribute action_execution_id.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def action_execution_id
  @action_execution_id
end

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def action_name
  @action_name
end

#inputTypes::ActionExecutionInput

Returns the value of attribute input.



105
106
107
# File 'sig/types.rbs', line 105

def input
  @input
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


102
103
104
# File 'sig/types.rbs', line 102

def last_update_time
  @last_update_time
end

#outputTypes::ActionExecutionOutput

Returns the value of attribute output.



106
107
108
# File 'sig/types.rbs', line 106

def output
  @output
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_version::Integer

Returns the value of attribute pipeline_version.

Returns:

  • (::Integer)


98
99
100
# File 'sig/types.rbs', line 98

def pipeline_version
  @pipeline_version
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def stage_name
  @stage_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


101
102
103
# File 'sig/types.rbs', line 101

def start_time
  @start_time
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Abandoned", "Succeeded", "Failed")


104
105
106
# File 'sig/types.rbs', line 104

def status
  @status
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def updated_by
  @updated_by
end