Class: Aws::Connect::Types::ContactAnalysisReference

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

Overview

Information about a reference when the referenceType is CONTACT_ANALYSIS. Otherwise, null.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_modeString

The analytics mode of the contact analysis.

Returns:

  • (String)


4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-connect/types.rb', line 4121

class ContactAnalysisReference < Struct.new(
  :name,
  :value,
  :status,
  :arn,
  :analytics_mode,
  :is_redacted)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the contact analysis reference.

Returns:

  • (String)


4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-connect/types.rb', line 4121

class ContactAnalysisReference < Struct.new(
  :name,
  :value,
  :status,
  :arn,
  :analytics_mode,
  :is_redacted)
  SENSITIVE = []
  include Aws::Structure
end

#is_redactedBoolean

Indicates whether sensitive data has been redacted from the contact analysis.

Returns:

  • (Boolean)


4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-connect/types.rb', line 4121

class ContactAnalysisReference < Struct.new(
  :name,
  :value,
  :status,
  :arn,
  :analytics_mode,
  :is_redacted)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Identifier of the contact analysis reference.

Returns:

  • (String)


4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-connect/types.rb', line 4121

class ContactAnalysisReference < Struct.new(
  :name,
  :value,
  :status,
  :arn,
  :analytics_mode,
  :is_redacted)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the contact analysis reference type.

Returns:

  • (String)


4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-connect/types.rb', line 4121

class ContactAnalysisReference < Struct.new(
  :name,
  :value,
  :status,
  :arn,
  :analytics_mode,
  :is_redacted)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The location path of the contact analysis reference.

Returns:

  • (String)


4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
# File 'lib/aws-sdk-connect/types.rb', line 4121

class ContactAnalysisReference < Struct.new(
  :name,
  :value,
  :status,
  :arn,
  :analytics_mode,
  :is_redacted)
  SENSITIVE = []
  include Aws::Structure
end