Class: Aws::Connect::Types::UpdateContactFlowContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateContactFlowContentRequest
- 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.
-
#content ⇒ String
The JSON string that represents the content 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.
21674 21675 21676 21677 21678 21679 21680 |
# File 'lib/aws-sdk-connect/types.rb', line 21674 class UpdateContactFlowContentRequest < Struct.new( :instance_id, :contact_flow_id, :content) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
The JSON string that represents the content of the flow. For an example, see [Example flow in Amazon Connect Flow language].
Length Constraints: Minimum length of 1. Maximum length of 256000.
[1]: docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html
21674 21675 21676 21677 21678 21679 21680 |
# File 'lib/aws-sdk-connect/types.rb', line 21674 class UpdateContactFlowContentRequest < Struct.new( :instance_id, :contact_flow_id, :content) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
21674 21675 21676 21677 21678 21679 21680 |
# File 'lib/aws-sdk-connect/types.rb', line 21674 class UpdateContactFlowContentRequest < Struct.new( :instance_id, :contact_flow_id, :content) SENSITIVE = [] include Aws::Structure end |