Class: Aws::Connect::Types::CreateContactFlowModuleVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_module_arnString

The Amazon Resource Name (ARN) of the flow module.

Returns:

  • (String)


5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-connect/types.rb', line 5023

class CreateContactFlowModuleVersionResponse < Struct.new(
  :contact_flow_module_arn,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version of the flow module.

Returns:

  • (Integer)


5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-connect/types.rb', line 5023

class CreateContactFlowModuleVersionResponse < Struct.new(
  :contact_flow_module_arn,
  :version)
  SENSITIVE = []
  include Aws::Structure
end