Class: Aws::Types::AssignSlaActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AssignSlaActionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_sla_configuration ⇒ Types::CaseSlaConfiguration
Returns the value of attribute case_sla_configuration.
-
#sla_assignment_type ⇒ "CASES"
Returns the value of attribute sla_assignment_type.
Instance Attribute Details
#case_sla_configuration ⇒ Types::CaseSlaConfiguration
Returns the value of attribute case_sla_configuration.
248 249 250 |
# File 'sig/types.rbs', line 248 def case_sla_configuration @case_sla_configuration end |
#sla_assignment_type ⇒ "CASES"
Returns the value of attribute sla_assignment_type.
247 248 249 |
# File 'sig/types.rbs', line 247 def sla_assignment_type @sla_assignment_type end |