Class: Aws::Connect::Types::AssociatePhoneNumberContactFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociatePhoneNumberContactFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ String
The identifier of the flow.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#phone_number_id ⇒ String
A unique identifier for the phone number.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
1443 1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-connect/types.rb', line 1443 class AssociatePhoneNumberContactFlowRequest < Struct.new( :phone_number_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
1443 1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-connect/types.rb', line 1443 class AssociatePhoneNumberContactFlowRequest < Struct.new( :phone_number_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#phone_number_id ⇒ String
A unique identifier for the phone number.
1443 1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-connect/types.rb', line 1443 class AssociatePhoneNumberContactFlowRequest < Struct.new( :phone_number_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |