Class: Aws::Types::StartMessageMoveTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def destination_arn
  @destination_arn
end

#max_number_of_messages_per_second::Integer

Returns the value of attribute max_number_of_messages_per_second.

Returns:

  • (::Integer)


441
442
443
# File 'sig/types.rbs', line 441

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)


439
440
441
# File 'sig/types.rbs', line 439

def source_arn
  @source_arn
end