Class: Aws::Types::ListLineageGroupsRequest

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.



7956
7957
7958
# File 'sig/types.rbs', line 7956

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.



7957
7958
7959
# File 'sig/types.rbs', line 7957

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.



7961
7962
7963
# File 'sig/types.rbs', line 7961

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



7960
7961
7962
# File 'sig/types.rbs', line 7960

def next_token
  @next_token
end

#sort_by"Name", "CreationTime"

Returns the value of attribute sort_by.



7958
7959
7960
# File 'sig/types.rbs', line 7958

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.



7959
7960
7961
# File 'sig/types.rbs', line 7959

def sort_order
  @sort_order
end