Class: Aws::Types::AutomationRulesFindingFieldsUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Integer

Returns the value of attribute confidence.

Returns:

  • (::Integer)


211
212
213
# File 'sig/types.rbs', line 211

def confidence
  @confidence
end

#criticality::Integer

Returns the value of attribute criticality.

Returns:

  • (::Integer)


212
213
214
# File 'sig/types.rbs', line 212

def criticality
  @criticality
end

#noteTypes::NoteUpdate

Returns the value of attribute note.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def note
  @note
end

Returns the value of attribute related_findings.

Returns:



216
217
218
# File 'sig/types.rbs', line 216

def related_findings
  @related_findings
end

#severityTypes::SeverityUpdate

Returns the value of attribute severity.



209
210
211
# File 'sig/types.rbs', line 209

def severity
  @severity
end

#types::Array[::String]

Returns the value of attribute types.

Returns:

  • (::Array[::String])


213
214
215
# File 'sig/types.rbs', line 213

def types
  @types
end

#user_defined_fields::Hash[::String, ::String]

Returns the value of attribute user_defined_fields.

Returns:

  • (::Hash[::String, ::String])


214
215
216
# File 'sig/types.rbs', line 214

def user_defined_fields
  @user_defined_fields
end

#verification_state"UNKNOWN", ...

Returns the value of attribute verification_state.

Returns:

  • ("UNKNOWN", "TRUE_POSITIVE", "FALSE_POSITIVE", "BENIGN_POSITIVE")


210
211
212
# File 'sig/types.rbs', line 210

def verification_state
  @verification_state
end

#workflowTypes::WorkflowUpdate

Returns the value of attribute workflow.



215
216
217
# File 'sig/types.rbs', line 215

def workflow
  @workflow
end