Class: Aws::Types::DescribeCommunicationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCommunicationsRequest
- 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 ⇒ ::String
Returns the value of attribute case_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
221 222 223 |
# File 'sig/types.rbs', line 221 def after_time @after_time end |
#before_time ⇒ ::String
Returns the value of attribute before_time.
220 221 222 |
# File 'sig/types.rbs', line 220 def before_time @before_time end |
#case_id ⇒ ::String
Returns the value of attribute case_id.
219 220 221 |
# File 'sig/types.rbs', line 219 def case_id @case_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
224 225 226 |
# File 'sig/types.rbs', line 224 def dry_run @dry_run end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
223 224 225 |
# File 'sig/types.rbs', line 223 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
222 223 224 |
# File 'sig/types.rbs', line 222 def next_token @next_token end |