Class: Aws::Connect::Types::CreateContactFlowModuleVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactFlowModuleVersionRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_module_id ⇒ String
The identifier of the flow module.
-
#description ⇒ String
The description of the flow module version.
-
#flow_module_content_sha_256 ⇒ String
Indicates the checksum value of the flow module content.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#contact_flow_module_id ⇒ String
The identifier of the flow module.
4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4998 class CreateContactFlowModuleVersionRequest < Struct.new( :instance_id, :description, :contact_flow_module_id, :flow_module_content_sha_256) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow module version.
4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4998 class CreateContactFlowModuleVersionRequest < Struct.new( :instance_id, :description, :contact_flow_module_id, :flow_module_content_sha_256) SENSITIVE = [] include Aws::Structure end |
#flow_module_content_sha_256 ⇒ String
Indicates the checksum value of the flow module content.
4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4998 class CreateContactFlowModuleVersionRequest < Struct.new( :instance_id, :description, :contact_flow_module_id, :flow_module_content_sha_256) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
4998 4999 5000 5001 5002 5003 5004 5005 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4998 class CreateContactFlowModuleVersionRequest < Struct.new( :instance_id, :description, :contact_flow_module_id, :flow_module_content_sha_256) SENSITIVE = [] include Aws::Structure end |