Class: Aws::Connect::Types::ContactFlowModule

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

Overview

Contains information about a flow module.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN).

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1934

class ContactFlowModule < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :description,
  :state,
  :status,
  :tags)
  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.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1934

class ContactFlowModule < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :description,
  :state,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the flow module.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1934

class ContactFlowModule < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :description,
  :state,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the flow module.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1934

class ContactFlowModule < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :description,
  :state,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow module.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1934

class ContactFlowModule < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :description,
  :state,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The type of flow module.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1934

class ContactFlowModule < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :description,
  :state,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the flow module.

Returns:

  • (String)


1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1934

class ContactFlowModule < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :description,
  :state,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ "Tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1934

class ContactFlowModule < Struct.new(
  :arn,
  :id,
  :name,
  :content,
  :description,
  :state,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end