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.
8438 8439 8440 8441 8442 8443 8444 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8438 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.
8438 8439 8440 8441 8442 8443 8444 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8438 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.
8438 8439 8440 8441 8442 8443 8444 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8438 class DeleteContactFlowModuleAliasRequest < Struct.new( :instance_id, :contact_flow_module_id, :alias_id) SENSITIVE = [] include Aws::Structure end |