Class: Aws::Connect::Types::DescribeContactFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeContactFlowRequest
- 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.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
9369 9370 9371 9372 9373 9374 |
# File 'lib/aws-sdk-connect/types.rb', line 9369 class DescribeContactFlowRequest < Struct.new( :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
9369 9370 9371 9372 9373 9374 |
# File 'lib/aws-sdk-connect/types.rb', line 9369 class DescribeContactFlowRequest < Struct.new( :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |