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)


2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2118

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)


2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2118

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)


2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2118

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)


2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2118

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)


2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2118

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)


2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2118

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)


2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2118

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>)


2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2118

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