Class: Aws::Connect::Types::CreateContactFlowModuleAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactFlowModuleAliasResponse
- Defined in:
- gems/aws-sdk-connect/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.
4902 4903 4904 4905 4906 4907 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4902 class CreateContactFlowModuleAliasResponse < Struct.new( :contact_flow_module_arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the alias.
4902 4903 4904 4905 4906 4907 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4902 class CreateContactFlowModuleAliasResponse < Struct.new( :contact_flow_module_arn, :id) SENSITIVE = [] include Aws::Structure end |