Class: Aws::Types::UpdateQueueOutboundCallerConfigRequest

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)


8684
8685
8686
# File 'sig/types.rbs', line 8684

def instance_id
  @instance_id
end

#outbound_caller_configTypes::OutboundCallerConfig

Returns the value of attribute outbound_caller_config.



8686
8687
8688
# File 'sig/types.rbs', line 8686

def outbound_caller_config
  @outbound_caller_config
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


8685
8686
8687
# File 'sig/types.rbs', line 8685

def queue_id
  @queue_id
end