Class: Aws::Connect::Types::AssociateFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateFlowRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_id ⇒ String
The identifier of the flow.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#resource_id ⇒ String
The identifier of the resource.
-
#resource_type ⇒ String
A valid resource type.
Instance Attribute Details
#flow_id ⇒ String
The identifier of the flow.
1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1175 class AssociateFlowRequest < Struct.new( :instance_id, :resource_id, :flow_id, :resource_type) 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.
1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1175 class AssociateFlowRequest < Struct.new( :instance_id, :resource_id, :flow_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource.
Amazon Web Services End User Messaging SMS phone number ARN when using
SMS_PHONE_NUMBERAmazon Web Services End User Messaging Social phone number ARN when using
WHATSAPP_MESSAGING_PHONE_NUMBER
1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1175 class AssociateFlowRequest < Struct.new( :instance_id, :resource_id, :flow_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
A valid resource type.
1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1175 class AssociateFlowRequest < Struct.new( :instance_id, :resource_id, :flow_id, :resource_type) SENSITIVE = [] include Aws::Structure end |