Class: Aws::Types::OutboundCallerConfig
- Inherits:
-
Object
- Object
- Aws::Types::OutboundCallerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#outbound_caller_id_name ⇒ ::String
Returns the value of attribute outbound_caller_id_name.
-
#outbound_caller_id_number_id ⇒ ::String
Returns the value of attribute outbound_caller_id_number_id.
-
#outbound_flow_id ⇒ ::String
Returns the value of attribute outbound_flow_id.
Instance Attribute Details
#outbound_caller_id_name ⇒ ::String
Returns the value of attribute outbound_caller_id_name.
5867 5868 5869 |
# File 'sig/types.rbs', line 5867 def outbound_caller_id_name @outbound_caller_id_name end |
#outbound_caller_id_number_id ⇒ ::String
Returns the value of attribute outbound_caller_id_number_id.
5868 5869 5870 |
# File 'sig/types.rbs', line 5868 def outbound_caller_id_number_id @outbound_caller_id_number_id end |
#outbound_flow_id ⇒ ::String
Returns the value of attribute outbound_flow_id.
5869 5870 5871 |
# File 'sig/types.rbs', line 5869 def outbound_flow_id @outbound_flow_id end |