Class: Aws::Connect::Types::ContactFlow

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

Overview

Contains information about a flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2062

class ContactFlow < Struct.new(
  :arn,
  :id,
  :name,
  :type,
  :state,
  :description,
  :content,
  :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.

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

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2062

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

#descriptionString

The description of the flow.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2062

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

#idString

The identifier of the flow.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2062

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

#nameString

The name of the flow.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2062

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

#stateString

The type of flow.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2062

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


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2062

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

#typeString

The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2062

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