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.
7415 7416 7417 |
# File 'sig/types.rbs', line 7415 def context_type @context_type end |
#created_after ⇒ ::Time
Returns the value of attribute created_after.
7416 7417 7418 |
# File 'sig/types.rbs', line 7416 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
7417 7418 7419 |
# File 'sig/types.rbs', line 7417 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7421 7422 7423 |
# File 'sig/types.rbs', line 7421 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7420 7421 7422 |
# File 'sig/types.rbs', line 7420 def next_token @next_token end |
#sort_by ⇒ "Name", "CreationTime"
Returns the value of attribute sort_by.
7418 7419 7420 |
# File 'sig/types.rbs', line 7418 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7419 7420 7421 |
# File 'sig/types.rbs', line 7419 def sort_order @sort_order end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
7414 7415 7416 |
# File 'sig/types.rbs', line 7414 def source_uri @source_uri end |