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)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def priority
  @priority
end

#queue::String

Returns the value of attribute queue.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def queue
  @queue
end

#wait_minutes::Integer

Returns the value of attribute wait_minutes.

Returns:

  • (::Integer)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def wait_minutes
  @wait_minutes
end