Class: Aws::Connect::Types::DeleteContactFlowModuleAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteContactFlowModuleAliasRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
The identifier of the alias.
-
#contact_flow_module_id ⇒ String
The identifier of the flow module.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the alias.
8355 8356 8357 8358 8359 8360 8361 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8355 class DeleteContactFlowModuleAliasRequest < Struct.new( :instance_id, :contact_flow_module_id, :alias_id) SENSITIVE = [] include Aws::Structure end |
#contact_flow_module_id ⇒ String
The identifier of the flow module.
8355 8356 8357 8358 8359 8360 8361 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8355 class DeleteContactFlowModuleAliasRequest < Struct.new( :instance_id, :contact_flow_module_id, :alias_id) 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.
8355 8356 8357 8358 8359 8360 8361 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8355 class DeleteContactFlowModuleAliasRequest < Struct.new( :instance_id, :contact_flow_module_id, :alias_id) SENSITIVE = [] include Aws::Structure end |