Class: Aws::Connect::Types::UpdateContactFlowContentRequest

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_idString

The identifier of the flow.

Returns:

  • (String)


18918
18919
18920
18921
18922
18923
18924
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18918

class UpdateContactFlowContentRequest < Struct.new(
  :instance_id,
  :contact_flow_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.

Length Constraints: Minimum length of 1. Maximum length of 256000.

Returns:

  • (String)


18918
18919
18920
18921
18922
18923
18924
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18918

class UpdateContactFlowContentRequest < Struct.new(
  :instance_id,
  :contact_flow_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance.

Returns:

  • (String)


18918
18919
18920
18921
18922
18923
18924
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18918

class UpdateContactFlowContentRequest < Struct.new(
  :instance_id,
  :contact_flow_id,
  :content)
  SENSITIVE = []
  include Aws::Structure
end