Class: Aws::Connect::Types::DisassociateFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DisassociateFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#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
6770 6771 6772 6773 6774 6775 6776 |
# File 'lib/aws-sdk-connect/types.rb', line 6770 class DisassociateFlowRequest < Struct.new( :instance_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource.
6770 6771 6772 6773 6774 6775 6776 |
# File 'lib/aws-sdk-connect/types.rb', line 6770 class DisassociateFlowRequest < Struct.new( :instance_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
A valid resource type.
6770 6771 6772 6773 6774 6775 6776 |
# File 'lib/aws-sdk-connect/types.rb', line 6770 class DisassociateFlowRequest < Struct.new( :instance_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |