Class: Aws::Connect::Types::ContactFlowModuleSummary

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

Overview

Contains summary information about a flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the flow module.

Returns:

  • (String)


1967
1968
1969
1970
1971
1972
1973
1974
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1967

class ContactFlowModuleSummary < Struct.new(
  :id,
  :arn,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the flow module.

Returns:

  • (String)


1967
1968
1969
1970
1971
1972
1973
1974
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1967

class ContactFlowModuleSummary < Struct.new(
  :id,
  :arn,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the flow module.

Returns:

  • (String)


1967
1968
1969
1970
1971
1972
1973
1974
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1967

class ContactFlowModuleSummary < Struct.new(
  :id,
  :arn,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The type of flow module.

Returns:

  • (String)


1967
1968
1969
1970
1971
1972
1973
1974
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1967

class ContactFlowModuleSummary < Struct.new(
  :id,
  :arn,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end