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

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


8311
8312
8313
# File 'sig/types.rbs', line 8311

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


8312
8313
8314
# File 'sig/types.rbs', line 8312

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8316
8317
8318
# File 'sig/types.rbs', line 8316

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8315
8316
8317
# File 'sig/types.rbs', line 8315

def next_token
  @next_token
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


8310
8311
8312
# File 'sig/types.rbs', line 8310

def pipeline_name
  @pipeline_name
end

#sort_by"CreationTime", "PipelineExecutionArn"

Returns the value of attribute sort_by.

Returns:

  • ("CreationTime", "PipelineExecutionArn")


8313
8314
8315
# File 'sig/types.rbs', line 8313

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8314
8315
8316
# File 'sig/types.rbs', line 8314

def sort_order
  @sort_order
end