Class: Aws::Types::ListMessageMoveTasksResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListMessageMoveTasksResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_number_of_messages_moved ⇒ ::Integer
Returns the value of attribute approximate_number_of_messages_moved.
-
#approximate_number_of_messages_to_move ⇒ ::Integer
Returns the value of attribute approximate_number_of_messages_to_move.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#max_number_of_messages_per_second ⇒ ::Integer
Returns the value of attribute max_number_of_messages_per_second.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#started_timestamp ⇒ ::Integer
Returns the value of attribute started_timestamp.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#task_handle ⇒ ::String
Returns the value of attribute task_handle.
Instance Attribute Details
#approximate_number_of_messages_moved ⇒ ::Integer
Returns the value of attribute approximate_number_of_messages_moved.
249 250 251 |
# File 'sig/types.rbs', line 249 def @approximate_number_of_messages_moved end |
#approximate_number_of_messages_to_move ⇒ ::Integer
Returns the value of attribute approximate_number_of_messages_to_move.
250 251 252 |
# File 'sig/types.rbs', line 250 def @approximate_number_of_messages_to_move end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
247 248 249 |
# File 'sig/types.rbs', line 247 def destination_arn @destination_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
251 252 253 |
# File 'sig/types.rbs', line 251 def failure_reason @failure_reason end |
#max_number_of_messages_per_second ⇒ ::Integer
Returns the value of attribute max_number_of_messages_per_second.
248 249 250 |
# File 'sig/types.rbs', line 248 def @max_number_of_messages_per_second end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
246 247 248 |
# File 'sig/types.rbs', line 246 def source_arn @source_arn end |
#started_timestamp ⇒ ::Integer
Returns the value of attribute started_timestamp.
252 253 254 |
# File 'sig/types.rbs', line 252 def @started_timestamp end |
#status ⇒ ::String
Returns the value of attribute status.
245 246 247 |
# File 'sig/types.rbs', line 245 def status @status end |
#task_handle ⇒ ::String
Returns the value of attribute task_handle.
244 245 246 |
# File 'sig/types.rbs', line 244 def task_handle @task_handle end |