Class: Aws::Types::UpdateQueueMaxContactsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueMaxContactsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_contacts ⇒ ::Integer
Returns the value of attribute max_contacts.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9138 9139 9140 |
# File 'sig/types.rbs', line 9138 def instance_id @instance_id end |
#max_contacts ⇒ ::Integer
Returns the value of attribute max_contacts.
9140 9141 9142 |
# File 'sig/types.rbs', line 9140 def max_contacts @max_contacts end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
9139 9140 9141 |
# File 'sig/types.rbs', line 9139 def queue_id @queue_id end |