Class: Aws::Types::ActionExecutionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_resultTypes::ActionExecutionResult

Returns the value of attribute execution_result.



134
135
136
# File 'sig/types.rbs', line 134

def execution_result
  @execution_result
end

#output_artifacts::Array[Types::ArtifactDetail]

Returns the value of attribute output_artifacts.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def output_artifacts
  @output_artifacts
end

#output_variables::Hash[::String, ::String]

Returns the value of attribute output_variables.

Returns:

  • (::Hash[::String, ::String])


135
136
137
# File 'sig/types.rbs', line 135

def output_variables
  @output_variables
end