Class: Aws::Connect::Types::UpdateContactFlowNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateContactFlowNameRequest
- 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.
-
#description ⇒ String
The description of the flow.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#name ⇒ String
The name of the flow.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
21822 21823 21824 21825 21826 21827 21828 21829 |
# File 'lib/aws-sdk-connect/types.rb', line 21822 class UpdateContactFlowNameRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow.
21822 21823 21824 21825 21826 21827 21828 21829 |
# File 'lib/aws-sdk-connect/types.rb', line 21822 class UpdateContactFlowNameRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
21822 21823 21824 21825 21826 21827 21828 21829 |
# File 'lib/aws-sdk-connect/types.rb', line 21822 class UpdateContactFlowNameRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the flow.
21822 21823 21824 21825 21826 21827 21828 21829 |
# File 'lib/aws-sdk-connect/types.rb', line 21822 class UpdateContactFlowNameRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description) SENSITIVE = [] include Aws::Structure end |