Class: Aws::Types::DescribePipelineExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:request_environment_variables])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_node_execution_details::Array[Types::ComputeNodeExecutionDetails]

Returns the value of attribute compute_node_execution_details.



1852
1853
1854
# File 'sig/types.rbs', line 1852

def compute_node_execution_details
  @compute_node_execution_details
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def end_time
  @end_time
end

#execution_priority::Integer

Returns the value of attribute execution_priority.

Returns:

  • (::Integer)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def execution_priority
  @execution_priority
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def next_token
  @next_token
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def pipeline_name
  @pipeline_name
end

#pipeline_version::String

Returns the value of attribute pipeline_version.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def pipeline_version
  @pipeline_version
end

#request_environment_variablesTypes::ExecutionEnvironmentVariables

Returns the value of attribute request_environment_variables.



1850
1851
1852
# File 'sig/types.rbs', line 1850

def request_environment_variables
  @request_environment_variables
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def start_time
  @start_time
end

#statusTypes::PipelineExecutionStatus

Returns the value of attribute status.



1847
1848
1849
# File 'sig/types.rbs', line 1847

def status
  @status
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1845
1846
1847
# File 'sig/types.rbs', line 1845

def workspace_name
  @workspace_name
end