Class: Aws::ConnectCases::Types::SlaInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::SlaInputConfiguration
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Represents the input configuration of an SLA being created.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#field_id ⇒ String
Unique identifier of a field.
-
#name ⇒ String
Name of an SLA.
-
#target_field_values ⇒ Array<Types::FieldValueUnion>
Represents a list of target field values for the fieldId specified in SlaInputConfiguration.
-
#target_sla_minutes ⇒ Integer
Target duration in minutes within which an SLA should be completed.
-
#type ⇒ String
Type of SLA.
Instance Attribute Details
#field_id ⇒ String
Unique identifier of a field.
3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3497 class SlaInputConfiguration < Struct.new( :name, :type, :field_id, :target_field_values, :target_sla_minutes) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
Name of an SLA.
3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3497 class SlaInputConfiguration < Struct.new( :name, :type, :field_id, :target_field_values, :target_sla_minutes) SENSITIVE = [:name] include Aws::Structure end |
#target_field_values ⇒ Array<Types::FieldValueUnion>
Represents a list of target field values for the fieldId specified in SlaInputConfiguration. The SLA is considered met if any one of these target field values matches the actual field value.
3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3497 class SlaInputConfiguration < Struct.new( :name, :type, :field_id, :target_field_values, :target_sla_minutes) SENSITIVE = [:name] include Aws::Structure end |
#target_sla_minutes ⇒ Integer
Target duration in minutes within which an SLA should be completed.
3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3497 class SlaInputConfiguration < Struct.new( :name, :type, :field_id, :target_field_values, :target_sla_minutes) SENSITIVE = [:name] include Aws::Structure end |
#type ⇒ String
Type of SLA.
3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3497 class SlaInputConfiguration < Struct.new( :name, :type, :field_id, :target_field_values, :target_sla_minutes) SENSITIVE = [:name] include Aws::Structure end |