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.
7400 7401 7402 |
# File 'sig/types.rbs', line 7400 def context_type @context_type end |
#created_after ⇒ ::Time
Returns the value of attribute created_after.
7401 7402 7403 |
# File 'sig/types.rbs', line 7401 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
7402 7403 7404 |
# File 'sig/types.rbs', line 7402 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7406 7407 7408 |
# File 'sig/types.rbs', line 7406 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7405 7406 7407 |
# File 'sig/types.rbs', line 7405 def next_token @next_token end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
7403 7404 7405 |
# File 'sig/types.rbs', line 7403 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7404 7405 7406 |
# File 'sig/types.rbs', line 7404 def sort_order @sort_order end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
7399 7400 7401 |
# File 'sig/types.rbs', line 7399 def source_uri @source_uri end |