Class: Aws::Connect::Types::UpdateContactFlowNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateContactFlowNameRequest
- Defined in:
- gems/aws-sdk-connect/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 Connect Customer instance.
-
#name ⇒ String
The name of the flow.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
37401 37402 37403 37404 37405 37406 37407 37408 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37401 class UpdateContactFlowNameRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow.
37401 37402 37403 37404 37405 37406 37407 37408 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37401 class UpdateContactFlowNameRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance.
37401 37402 37403 37404 37405 37406 37407 37408 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37401 class UpdateContactFlowNameRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the flow.
37401 37402 37403 37404 37405 37406 37407 37408 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 37401 class UpdateContactFlowNameRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description) SENSITIVE = [] include Aws::Structure end |