Class: Aws::Connect::Types::CreateContactFlowModuleVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactFlowModuleVersionResponse
- 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.
-
#version ⇒ Integer
The version of the flow module.
Instance Attribute Details
#contact_flow_module_arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
4393 4394 4395 4396 4397 4398 |
# File 'lib/aws-sdk-connect/types.rb', line 4393 class CreateContactFlowModuleVersionResponse < Struct.new( :contact_flow_module_arn, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the flow module.
4393 4394 4395 4396 4397 4398 |
# File 'lib/aws-sdk-connect/types.rb', line 4393 class CreateContactFlowModuleVersionResponse < Struct.new( :contact_flow_module_arn, :version) SENSITIVE = [] include Aws::Structure end |