Class: Aws::Types::ListPipelineVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_after::Time

Returns the value of attribute created_after.



8388
8389
8390
# File 'sig/types.rbs', line 8388

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.



8389
8390
8391
# File 'sig/types.rbs', line 8389

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.



8392
8393
8394
# File 'sig/types.rbs', line 8392

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



8391
8392
8393
# File 'sig/types.rbs', line 8391

def next_token
  @next_token
end

#pipeline_name::String

Returns the value of attribute pipeline_name.



8387
8388
8389
# File 'sig/types.rbs', line 8387

def pipeline_name
  @pipeline_name
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.



8390
8391
8392
# File 'sig/types.rbs', line 8390

def sort_order
  @sort_order
end