Class: Aws::Types::ListLineageGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLineageGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
7894 7895 7896 |
# File 'sig/types.rbs', line 7894 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
7895 7896 7897 |
# File 'sig/types.rbs', line 7895 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7899 7900 7901 |
# File 'sig/types.rbs', line 7899 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7898 7899 7900 |
# File 'sig/types.rbs', line 7898 def next_token @next_token end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
7896 7897 7898 |
# File 'sig/types.rbs', line 7896 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7897 7898 7899 |
# File 'sig/types.rbs', line 7897 def sort_order @sort_order end |