Class: Aws::Types::SlaConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SlaConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#target_field_values ⇒ ::Array[Types::FieldValueUnion]
Returns the value of attribute target_field_values.
-
#target_time ⇒ ::Time
Returns the value of attribute target_time.
-
#type ⇒ "CaseField"
Returns the value of attribute type.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def completion_time @completion_time end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def field_id @field_id end |
#name ⇒ ::String
Returns the value of attribute name.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def name @name end |
#status ⇒ "Active", ...
Returns the value of attribute status.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def status @status end |
#target_field_values ⇒ ::Array[Types::FieldValueUnion]
Returns the value of attribute target_field_values.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def target_field_values @target_field_values end |
#target_time ⇒ ::Time
Returns the value of attribute target_time.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def target_time @target_time end |
#type ⇒ "CaseField"
Returns the value of attribute type.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def type @type end |