Class: Aws::Types::UpdateProblemRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProblemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#problem_id ⇒ ::String
Returns the value of attribute problem_id.
-
#update_status ⇒ "RESOLVED"
Returns the value of attribute update_status.
-
#visibility ⇒ "IGNORED", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#problem_id ⇒ ::String
Returns the value of attribute problem_id.
580 581 582 |
# File 'sig/types.rbs', line 580 def problem_id @problem_id end |
#update_status ⇒ "RESOLVED"
Returns the value of attribute update_status.
581 582 583 |
# File 'sig/types.rbs', line 581 def update_status @update_status end |
#visibility ⇒ "IGNORED", "VISIBLE"
Returns the value of attribute visibility.
582 583 584 |
# File 'sig/types.rbs', line 582 def visibility @visibility end |