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.



1856
1857
1858
# File 'sig/types.rbs', line 1856

def compute_node_execution_details
  @compute_node_execution_details
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


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

def end_time
  @end_time
end

#execution_priority::Integer

Returns the value of attribute execution_priority.

Returns:

  • (::Integer)


1855
1856
1857
# File 'sig/types.rbs', line 1855

def execution_priority
  @execution_priority
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def next_token
  @next_token
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


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

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


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

def pipeline_name
  @pipeline_name
end

#pipeline_version::String

Returns the value of attribute pipeline_version.

Returns:

  • (::String)


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

def pipeline_version
  @pipeline_version
end

#request_environment_variablesTypes::ExecutionEnvironmentVariables

Returns the value of attribute request_environment_variables.



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

def request_environment_variables
  @request_environment_variables
end

#request_mount_overridesTypes::MountOverrides

Returns the value of attribute request_mount_overrides.



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

def request_mount_overrides
  @request_mount_overrides
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end

#statusTypes::PipelineExecutionStatus

Returns the value of attribute status.



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

def status
  @status
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


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

def workspace_name
  @workspace_name
end