Class: Aws::Types::UpdateQueueMaxContactsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9001
9002
9003
# File 'sig/types.rbs', line 9001

def instance_id
  @instance_id
end

#max_contacts::Integer

Returns the value of attribute max_contacts.

Returns:

  • (::Integer)


9003
9004
9005
# File 'sig/types.rbs', line 9003

def max_contacts
  @max_contacts
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


9002
9003
9004
# File 'sig/types.rbs', line 9002

def queue_id
  @queue_id
end