Class: Aws::ConnectCases::Types::SlaContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::SlaContent
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Represents the content of an SLA to be returned to agents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sla_configuration ⇒ Types::SlaConfiguration
Represents an SLA configuration.
Instance Attribute Details
#sla_configuration ⇒ Types::SlaConfiguration
Represents an SLA configuration.
3293 3294 3295 3296 3297 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3293 class SlaContent < Struct.new( :sla_configuration) SENSITIVE = [] include Aws::Structure end |