Class: Aws::Connect::Types::AssociateFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateFlowRequest
- Includes:
- Structure
- Defined in:
- 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 Amazon Connect 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.
752 753 754 755 756 757 758 759 |
# File 'lib/aws-sdk-connect/types.rb', line 752 class AssociateFlowRequest < Struct.new( :instance_id, :resource_id, :flow_id, :resource_type) 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
752 753 754 755 756 757 758 759 |
# File 'lib/aws-sdk-connect/types.rb', line 752 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.
752 753 754 755 756 757 758 759 |
# File 'lib/aws-sdk-connect/types.rb', line 752 class AssociateFlowRequest < Struct.new( :instance_id, :resource_id, :flow_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
A valid resource type.
752 753 754 755 756 757 758 759 |
# File 'lib/aws-sdk-connect/types.rb', line 752 class AssociateFlowRequest < Struct.new( :instance_id, :resource_id, :flow_id, :resource_type) SENSITIVE = [] include Aws::Structure end |