Class: Aws::Connect::Types::CreateContactFlowModuleAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactFlowModuleAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_module_arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
-
#id ⇒ String
The identifier of the alias.
Instance Attribute Details
#contact_flow_module_arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
4258 4259 4260 4261 4262 4263 |
# File 'lib/aws-sdk-connect/types.rb', line 4258 class CreateContactFlowModuleAliasResponse < Struct.new( :contact_flow_module_arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the alias.
4258 4259 4260 4261 4262 4263 |
# File 'lib/aws-sdk-connect/types.rb', line 4258 class CreateContactFlowModuleAliasResponse < Struct.new( :contact_flow_module_arn, :id) SENSITIVE = [] include Aws::Structure end |