Class: Aws::Connect::Types::CreateContactFlowModuleVersionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_module_idString

The identifier of the flow module.

Returns:

  • (String)


4955
4956
4957
4958
4959
4960
4961
4962
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4955

class CreateContactFlowModuleVersionRequest < Struct.new(
  :instance_id,
  :description,
  :contact_flow_module_id,
  :flow_module_content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the flow module version.

Returns:

  • (String)


4955
4956
4957
4958
4959
4960
4961
4962
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4955

class CreateContactFlowModuleVersionRequest < Struct.new(
  :instance_id,
  :description,
  :contact_flow_module_id,
  :flow_module_content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#flow_module_content_sha_256String

Indicates the checksum value of the flow module content.

Returns:

  • (String)


4955
4956
4957
4958
4959
4960
4961
4962
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4955

class CreateContactFlowModuleVersionRequest < Struct.new(
  :instance_id,
  :description,
  :contact_flow_module_id,
  :flow_module_content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


4955
4956
4957
4958
4959
4960
4961
4962
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4955

class CreateContactFlowModuleVersionRequest < Struct.new(
  :instance_id,
  :description,
  :contact_flow_module_id,
  :flow_module_content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end