Class: Aws::Connect::Types::CreateContactFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
-
#contact_flow_id ⇒ String
The identifier of the flow.
Instance Attribute Details
#contact_flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
3246 3247 3248 3249 3250 3251 |
# File 'lib/aws-sdk-connect/types.rb', line 3246 class CreateContactFlowResponse < Struct.new( :contact_flow_id, :contact_flow_arn) SENSITIVE = [] include Aws::Structure end |
#contact_flow_id ⇒ String
The identifier of the flow.
3246 3247 3248 3249 3250 3251 |
# File 'lib/aws-sdk-connect/types.rb', line 3246 class CreateContactFlowResponse < Struct.new( :contact_flow_id, :contact_flow_arn) SENSITIVE = [] include Aws::Structure end |