Class: Aws::Types::ListMessageMoveTasksResultEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_number_of_messages_moved::Integer

Returns the value of attribute approximate_number_of_messages_moved.

Returns:

  • (::Integer)


249
250
251
# File 'sig/types.rbs', line 249

def approximate_number_of_messages_moved
  @approximate_number_of_messages_moved
end

#approximate_number_of_messages_to_move::Integer

Returns the value of attribute approximate_number_of_messages_to_move.

Returns:

  • (::Integer)


250
251
252
# File 'sig/types.rbs', line 250

def approximate_number_of_messages_to_move
  @approximate_number_of_messages_to_move
end

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


248
249
250
# File 'sig/types.rbs', line 248

def max_number_of_messages_per_second
  @max_number_of_messages_per_second
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


252
253
254
# File 'sig/types.rbs', line 252

def started_timestamp
  @started_timestamp
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def status
  @status
end

#task_handle::String

Returns the value of attribute task_handle.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def task_handle
  @task_handle
end