Class: Aws::Types::UpdateQueueOutboundCallerConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueOutboundCallerConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#outbound_caller_config ⇒ Types::OutboundCallerConfig
Returns the value of attribute outbound_caller_config.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8877 8878 8879 |
# File 'sig/types.rbs', line 8877 def instance_id @instance_id end |
#outbound_caller_config ⇒ Types::OutboundCallerConfig
Returns the value of attribute outbound_caller_config.
8879 8880 8881 |
# File 'sig/types.rbs', line 8879 def outbound_caller_config @outbound_caller_config end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8878 8879 8880 |
# File 'sig/types.rbs', line 8878 def queue_id @queue_id end |