Class: Aws::Connect::Types::UpdateContactFlowModuleMetadataRequest

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_idString

The identifier of the flow module.



37700
37701
37702
37703
37704
37705
37706
37707
37708
# File 'lib/aws-sdk-connect/types.rb', line 37700

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

#descriptionString

The description of the flow module.



37700
37701
37702
37703
37704
37705
37706
37707
37708
# File 'lib/aws-sdk-connect/types.rb', line 37700

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

#instance_idString

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



37700
37701
37702
37703
37704
37705
37706
37707
37708
# File 'lib/aws-sdk-connect/types.rb', line 37700

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

#nameString

The name of the flow module.



37700
37701
37702
37703
37704
37705
37706
37707
37708
# File 'lib/aws-sdk-connect/types.rb', line 37700

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

#stateString

The state of flow module.



37700
37701
37702
37703
37704
37705
37706
37707
37708
# File 'lib/aws-sdk-connect/types.rb', line 37700

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