Class: Aws::Connect::Types::DeleteContactFlowModuleVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteContactFlowModuleVersionRequest
- Includes:
- Structure
- Defined in:
- 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.
-
#contact_flow_module_version ⇒ Integer
The version of the flow module to delete.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#contact_flow_module_id ⇒ String
The identifier of the flow module.
9365 9366 9367 9368 9369 9370 9371 |
# File 'lib/aws-sdk-connect/types.rb', line 9365 class DeleteContactFlowModuleVersionRequest < Struct.new( :instance_id, :contact_flow_module_id, :contact_flow_module_version) SENSITIVE = [] include Aws::Structure end |
#contact_flow_module_version ⇒ Integer
The version of the flow module to delete.
9365 9366 9367 9368 9369 9370 9371 |
# File 'lib/aws-sdk-connect/types.rb', line 9365 class DeleteContactFlowModuleVersionRequest < Struct.new( :instance_id, :contact_flow_module_id, :contact_flow_module_version) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
9365 9366 9367 9368 9369 9370 9371 |
# File 'lib/aws-sdk-connect/types.rb', line 9365 class DeleteContactFlowModuleVersionRequest < Struct.new( :instance_id, :contact_flow_module_id, :contact_flow_module_version) SENSITIVE = [] include Aws::Structure end |