Class: Aws::Types::CaseSlaConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CaseSlaConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target_field_values ⇒ ::Array[Types::FieldValueUnion]
Returns the value of attribute target_field_values.
-
#target_sla_minutes ⇒ ::Integer
Returns the value of attribute target_sla_minutes.
-
#type ⇒ "CaseField"
Returns the value of attribute type.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
815 816 817 |
# File 'sig/types.rbs', line 815 def field_id @field_id end |
#name ⇒ ::String
Returns the value of attribute name.
813 814 815 |
# File 'sig/types.rbs', line 813 def name @name end |
#target_field_values ⇒ ::Array[Types::FieldValueUnion]
Returns the value of attribute target_field_values.
816 817 818 |
# File 'sig/types.rbs', line 816 def target_field_values @target_field_values end |
#target_sla_minutes ⇒ ::Integer
Returns the value of attribute target_sla_minutes.
817 818 819 |
# File 'sig/types.rbs', line 817 def target_sla_minutes @target_sla_minutes end |
#type ⇒ "CaseField"
Returns the value of attribute type.
814 815 816 |
# File 'sig/types.rbs', line 814 def type @type end |