Class: Aws::Connect::Types::CaseSlaConfiguration

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

Overview

The SLA configuration for Case SlaAssignmentType.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

Unique identifier of a Case field.

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2058

class CaseSlaConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of an SLA.

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2058

class CaseSlaConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#target_field_valuesArray<Types::FieldValueUnion>

Represents a list of target field values for the fieldId specified in CaseSlaConfiguration. The SLA is considered met if any one of these target field values matches the actual field value.

Returns:



2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2058

class CaseSlaConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#target_sla_minutesInteger

Target duration in minutes within which an SLA should be completed.

Returns:

  • (Integer)


2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2058

class CaseSlaConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of SLA for Case SlaAssignmentType.

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2058

class CaseSlaConfiguration < Struct.new(
  :name,
  :type,
  :field_id,
  :target_field_values,
  :target_sla_minutes)
  SENSITIVE = []
  include Aws::Structure
end