Class: Aws::Connect::Types::ContactFlowSummary

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

Overview

Contains summary information about a flow.

You can also create and update flows using the [Amazon Connect Flow language].

[1]: docs.aws.amazon.com/connect/latest/APIReference/flow-language.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow.

Returns:

  • (String)


2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'lib/aws-sdk-connect/types.rb', line 2984

class ContactFlowSummary < Struct.new(
  :id,
  :arn,
  :name,
  :contact_flow_type,
  :contact_flow_state,
  :contact_flow_status)
  SENSITIVE = []
  include Aws::Structure
end

#contact_flow_stateString

The type of flow.

Returns:

  • (String)


2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'lib/aws-sdk-connect/types.rb', line 2984

class ContactFlowSummary < Struct.new(
  :id,
  :arn,
  :name,
  :contact_flow_type,
  :contact_flow_state,
  :contact_flow_status)
  SENSITIVE = []
  include Aws::Structure
end

#contact_flow_statusString

The status of the flow.

Returns:

  • (String)


2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'lib/aws-sdk-connect/types.rb', line 2984

class ContactFlowSummary < Struct.new(
  :id,
  :arn,
  :name,
  :contact_flow_type,
  :contact_flow_state,
  :contact_flow_status)
  SENSITIVE = []
  include Aws::Structure
end

#contact_flow_typeString

The type of flow.

Returns:

  • (String)


2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'lib/aws-sdk-connect/types.rb', line 2984

class ContactFlowSummary < Struct.new(
  :id,
  :arn,
  :name,
  :contact_flow_type,
  :contact_flow_state,
  :contact_flow_status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the flow.

Returns:

  • (String)


2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'lib/aws-sdk-connect/types.rb', line 2984

class ContactFlowSummary < Struct.new(
  :id,
  :arn,
  :name,
  :contact_flow_type,
  :contact_flow_state,
  :contact_flow_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow.

Returns:

  • (String)


2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
# File 'lib/aws-sdk-connect/types.rb', line 2984

class ContactFlowSummary < Struct.new(
  :id,
  :arn,
  :name,
  :contact_flow_type,
  :contact_flow_state,
  :contact_flow_status)
  SENSITIVE = []
  include Aws::Structure
end