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 Amazon Connect instance.
-
#phone_number_id ⇒ String
A unique identifier for the phone number.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-connect/types.rb', line 890 class AssociatePhoneNumberContactFlowRequest < Struct.new( :phone_number_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-connect/types.rb', line 890 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.
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-connect/types.rb', line 890 class AssociatePhoneNumberContactFlowRequest < Struct.new( :phone_number_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |