Class: Aws::Types::UpdateFindingsFeedbackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:comments])

Instance Attribute Summary collapse

Instance Attribute Details

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


3178
3179
3180
# File 'sig/types.rbs', line 3178

def comments
  @comments
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


3175
3176
3177
# File 'sig/types.rbs', line 3175

def detector_id
  @detector_id
end

#feedback"USEFUL", "NOT_USEFUL"

Returns the value of attribute feedback.

Returns:

  • ("USEFUL", "NOT_USEFUL")


3177
3178
3179
# File 'sig/types.rbs', line 3177

def feedback
  @feedback
end

#finding_ids::Array[::String]

Returns the value of attribute finding_ids.

Returns:

  • (::Array[::String])


3176
3177
3178
# File 'sig/types.rbs', line 3176

def finding_ids
  @finding_ids
end