Class: Aws::Types::ListContextsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListContextsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_type ⇒ ::String
Returns the value of attribute context_type.
-
#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.
-
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
Instance Attribute Details
#context_type ⇒ ::String
Returns the value of attribute context_type.
7462 7463 7464 |
# File 'sig/types.rbs', line 7462 def context_type @context_type end |
#created_after ⇒ ::Time
Returns the value of attribute created_after.
7463 7464 7465 |
# File 'sig/types.rbs', line 7463 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
7464 7465 7466 |
# File 'sig/types.rbs', line 7464 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7468 7469 7470 |
# File 'sig/types.rbs', line 7468 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7467 7468 7469 |
# File 'sig/types.rbs', line 7467 def next_token @next_token end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
7465 7466 7467 |
# File 'sig/types.rbs', line 7465 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7466 7467 7468 |
# File 'sig/types.rbs', line 7466 def sort_order @sort_order end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
7461 7462 7463 |
# File 'sig/types.rbs', line 7461 def source_uri @source_uri end |