Class: Aws::ConnectCases::Types::SlaConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::SlaConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Represents an SLA configuration.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
Time at which an SLA was completed.
-
#field_id ⇒ String
Unique identifier of a field.
-
#name ⇒ String
Name of an SLA.
-
#status ⇒ String
Status of an SLA.
-
#target_field_values ⇒ Array<Types::FieldValueUnion>
Represents a list of target field values for the fieldId specified in SlaConfiguration.
-
#target_time ⇒ Time
Target time by which an SLA should be completed.
-
#type ⇒ String
Type of SLA.
Instance Attribute Details
#completion_time ⇒ Time
Time at which an SLA was completed.
3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3383 class SlaConfiguration < Struct.new( :name, :type, :status, :field_id, :target_field_values, :target_time, :completion_time) SENSITIVE = [:name] include Aws::Structure end |
#field_id ⇒ String
Unique identifier of a field.
3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3383 class SlaConfiguration < Struct.new( :name, :type, :status, :field_id, :target_field_values, :target_time, :completion_time) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
Name of an SLA.
3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3383 class SlaConfiguration < Struct.new( :name, :type, :status, :field_id, :target_field_values, :target_time, :completion_time) SENSITIVE = [:name] include Aws::Structure end |
#status ⇒ String
Status of an SLA.
3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3383 class SlaConfiguration < Struct.new( :name, :type, :status, :field_id, :target_field_values, :target_time, :completion_time) SENSITIVE = [:name] include Aws::Structure end |
#target_field_values ⇒ Array<Types::FieldValueUnion>
Represents a list of target field values for the fieldId specified in SlaConfiguration.
3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3383 class SlaConfiguration < Struct.new( :name, :type, :status, :field_id, :target_field_values, :target_time, :completion_time) SENSITIVE = [:name] include Aws::Structure end |
#target_time ⇒ Time
Target time by which an SLA should be completed.
3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3383 class SlaConfiguration < Struct.new( :name, :type, :status, :field_id, :target_field_values, :target_time, :completion_time) SENSITIVE = [:name] include Aws::Structure end |
#type ⇒ String
Type of SLA.
3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3383 class SlaConfiguration < Struct.new( :name, :type, :status, :field_id, :target_field_values, :target_time, :completion_time) SENSITIVE = [:name] include Aws::Structure end |