Class: Aws::Types::HopDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def queue
  @queue
end

#wait_minutes::Integer

Returns the value of attribute wait_minutes.

Returns:

  • (::Integer)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def wait_minutes
  @wait_minutes
end