Class: Aws::Types::ListPipelineExecutionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time_after::Time

Returns the value of attribute end_time_after.

Returns:

  • (::Time)


2894
2895
2896
# File 'sig/types.rbs', line 2894

def end_time_after
  @end_time_after
end

#end_time_before::Time

Returns the value of attribute end_time_before.

Returns:

  • (::Time)


2895
2896
2897
# File 'sig/types.rbs', line 2895

def end_time_before
  @end_time_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2890
2891
2892
# File 'sig/types.rbs', line 2890

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2889
2890
2891
# File 'sig/types.rbs', line 2889

def next_token
  @next_token
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


2888
2889
2890
# File 'sig/types.rbs', line 2888

def pipeline_name
  @pipeline_name
end

#start_time_after::Time

Returns the value of attribute start_time_after.

Returns:

  • (::Time)


2892
2893
2894
# File 'sig/types.rbs', line 2892

def start_time_after
  @start_time_after
end

#start_time_before::Time

Returns the value of attribute start_time_before.

Returns:

  • (::Time)


2893
2894
2895
# File 'sig/types.rbs', line 2893

def start_time_before
  @start_time_before
end

#state"NOT_STARTED", ...

Returns the value of attribute state.

Returns:

  • ("NOT_STARTED", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLING", "CANCELLED")


2891
2892
2893
# File 'sig/types.rbs', line 2891

def state
  @state
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


2887
2888
2889
# File 'sig/types.rbs', line 2887

def workspace_name
  @workspace_name
end