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.

Returns:

  • (String)


35614
35615
35616
35617
35618
35619
35620
35621
35622
# File 'lib/aws-sdk-connect/types.rb', line 35614

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.

Returns:

  • (String)


35614
35615
35616
35617
35618
35619
35620
35621
35622
# File 'lib/aws-sdk-connect/types.rb', line 35614

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.

Returns:

  • (String)


35614
35615
35616
35617
35618
35619
35620
35621
35622
# File 'lib/aws-sdk-connect/types.rb', line 35614

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.

Returns:

  • (String)


35614
35615
35616
35617
35618
35619
35620
35621
35622
# File 'lib/aws-sdk-connect/types.rb', line 35614

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

#stateString

The state of flow module.

Returns:

  • (String)


35614
35615
35616
35617
35618
35619
35620
35621
35622
# File 'lib/aws-sdk-connect/types.rb', line 35614

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