Class: Aws::Connect::Types::DescribeContactFlowModuleAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeContactFlowModuleAliasRequest
- Includes:
- Structure
- Defined in:
- 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 Connect Customer instance.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the alias.
10235 10236 10237 10238 10239 10240 10241 |
# File 'lib/aws-sdk-connect/types.rb', line 10235 class DescribeContactFlowModuleAliasRequest < 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.
10235 10236 10237 10238 10239 10240 10241 |
# File 'lib/aws-sdk-connect/types.rb', line 10235 class DescribeContactFlowModuleAliasRequest < Struct.new( :instance_id, :contact_flow_module_id, :alias_id) 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.
10235 10236 10237 10238 10239 10240 10241 |
# File 'lib/aws-sdk-connect/types.rb', line 10235 class DescribeContactFlowModuleAliasRequest < Struct.new( :instance_id, :contact_flow_module_id, :alias_id) SENSITIVE = [] include Aws::Structure end |