Class: Aws::Types::DescribePipelineExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def next_token
  @next_token
end

#pipeline_execution_id::String

Returns the value of attribute pipeline_execution_id.

Returns:

  • (::String)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def pipeline_execution_id
  @pipeline_execution_id
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def pipeline_name
  @pipeline_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def workspace_name
  @workspace_name
end