Class: Aws::Types::AuditFinding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#check_name::String

Returns the value of attribute check_name.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def check_name
  @check_name
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def finding_id
  @finding_id
end

#finding_time::Time

Returns the value of attribute finding_time.

Returns:

  • (::Time)


229
230
231
# File 'sig/types.rbs', line 229

def finding_time
  @finding_time
end

#is_suppressedBoolean

Returns the value of attribute is_suppressed.

Returns:

  • (Boolean)


235
236
237
# File 'sig/types.rbs', line 235

def is_suppressed
  @is_suppressed
end

#non_compliant_resourceTypes::NonCompliantResource

Returns the value of attribute non_compliant_resource.



231
232
233
# File 'sig/types.rbs', line 231

def non_compliant_resource
  @non_compliant_resource
end

#reason_for_non_compliance::String

Returns the value of attribute reason_for_non_compliance.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def reason_for_non_compliance
  @reason_for_non_compliance
end

#reason_for_non_compliance_code::String

Returns the value of attribute reason_for_non_compliance_code.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def reason_for_non_compliance_code
  @reason_for_non_compliance_code
end

Returns the value of attribute related_resources.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def related_resources
  @related_resources
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW")


230
231
232
# File 'sig/types.rbs', line 230

def severity
  @severity
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def task_id
  @task_id
end

#task_start_time::Time

Returns the value of attribute task_start_time.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def task_start_time
  @task_start_time
end