Class: Aws::Types::UpdateCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#fields ⇒ ::Array[Types::FieldValue]
Returns the value of attribute fields.
-
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def case_id @case_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def domain_id @domain_id end |
#fields ⇒ ::Array[Types::FieldValue]
Returns the value of attribute fields.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def fields @fields end |
#performed_by ⇒ Types::UserUnion
Returns the value of attribute performed_by.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def performed_by @performed_by end |