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)


2884
2885
2886
# File 'sig/types.rbs', line 2884

def end_time_after
  @end_time_after
end

#end_time_before::Time

Returns the value of attribute end_time_before.

Returns:

  • (::Time)


2885
2886
2887
# File 'sig/types.rbs', line 2885

def end_time_before
  @end_time_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2880
2881
2882
# File 'sig/types.rbs', line 2880

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def next_token
  @next_token
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def pipeline_name
  @pipeline_name
end

#start_time_after::Time

Returns the value of attribute start_time_after.

Returns:

  • (::Time)


2882
2883
2884
# File 'sig/types.rbs', line 2882

def start_time_after
  @start_time_after
end

#start_time_before::Time

Returns the value of attribute start_time_before.

Returns:

  • (::Time)


2883
2884
2885
# File 'sig/types.rbs', line 2883

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")


2881
2882
2883
# File 'sig/types.rbs', line 2881

def state
  @state
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def workspace_name
  @workspace_name
end