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.
243 244 245 |
# File 'sig/types.rbs', line 243 def case_sla_configuration @case_sla_configuration end |
#sla_assignment_type ⇒ "CASES"
Returns the value of attribute sla_assignment_type.
242 243 244 |
# File 'sig/types.rbs', line 242 def sla_assignment_type @sla_assignment_type end |