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.
3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3006 class SlaContent < Struct.new( :sla_configuration) SENSITIVE = [] include Aws::Structure end |