Class: Aws::Types::ListMessageMoveTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMessageMoveTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
234 235 236 |
# File 'sig/types.rbs', line 234 def max_results @max_results end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
233 234 235 |
# File 'sig/types.rbs', line 233 def source_arn @source_arn end |