Class: Aws::Types::UpdateProblemRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#problem_id::String

Returns the value of attribute problem_id.

Returns:

  • (::String)


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.

Returns:

  • ("RESOLVED")


581
582
583
# File 'sig/types.rbs', line 581

def update_status
  @update_status
end

#visibility"IGNORED", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("IGNORED", "VISIBLE")


582
583
584
# File 'sig/types.rbs', line 582

def visibility
  @visibility
end