Class: Aws::Types::ListLineageGroupsRequest

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)


7909
7910
7911
# File 'sig/types.rbs', line 7909

def created_after
  @created_after
end

#created_before::Time

Returns the value of attribute created_before.

Returns:

  • (::Time)


7910
7911
7912
# File 'sig/types.rbs', line 7910

def created_before
  @created_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7914
7915
7916
# File 'sig/types.rbs', line 7914

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7913
7914
7915
# File 'sig/types.rbs', line 7913

def next_token
  @next_token
end

#sort_by"Name", "CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreationTime")


7911
7912
7913
# File 'sig/types.rbs', line 7911

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


7912
7913
7914
# File 'sig/types.rbs', line 7912

def sort_order
  @sort_order
end