Class: Aws::Types::DescribeCasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_time ⇒ ::String
Returns the value of attribute after_time.
-
#before_time ⇒ ::String
Returns the value of attribute before_time.
-
#case_id_list ⇒ ::Array[::String]
Returns the value of attribute case_id_list.
-
#display_id ⇒ ::String
Returns the value of attribute display_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#include_communications ⇒ Boolean
Returns the value of attribute include_communications.
-
#include_resolved_cases ⇒ Boolean
Returns the value of attribute include_resolved_cases.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#after_time ⇒ ::String
Returns the value of attribute after_time.
201 202 203 |
# File 'sig/types.rbs', line 201 def after_time @after_time end |
#before_time ⇒ ::String
Returns the value of attribute before_time.
202 203 204 |
# File 'sig/types.rbs', line 202 def before_time @before_time end |
#case_id_list ⇒ ::Array[::String]
Returns the value of attribute case_id_list.
199 200 201 |
# File 'sig/types.rbs', line 199 def case_id_list @case_id_list end |
#display_id ⇒ ::String
Returns the value of attribute display_id.
200 201 202 |
# File 'sig/types.rbs', line 200 def display_id @display_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
208 209 210 |
# File 'sig/types.rbs', line 208 def dry_run @dry_run end |
#include_communications ⇒ Boolean
Returns the value of attribute include_communications.
207 208 209 |
# File 'sig/types.rbs', line 207 def include_communications @include_communications end |
#include_resolved_cases ⇒ Boolean
Returns the value of attribute include_resolved_cases.
203 204 205 |
# File 'sig/types.rbs', line 203 def include_resolved_cases @include_resolved_cases end |
#language ⇒ ::String
Returns the value of attribute language.
206 207 208 |
# File 'sig/types.rbs', line 206 def language @language end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
205 206 207 |
# File 'sig/types.rbs', line 205 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
204 205 206 |
# File 'sig/types.rbs', line 204 def next_token @next_token end |