Class: Aws::Types::AuditFinding
- Inherits:
-
Object
- Object
- Aws::Types::AuditFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_name ⇒ ::String
Returns the value of attribute check_name.
-
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
-
#finding_time ⇒ ::Time
Returns the value of attribute finding_time.
-
#is_suppressed ⇒ Boolean
Returns the value of attribute is_suppressed.
-
#non_compliant_resource ⇒ Types::NonCompliantResource
Returns the value of attribute non_compliant_resource.
-
#reason_for_non_compliance ⇒ ::String
Returns the value of attribute reason_for_non_compliance.
-
#reason_for_non_compliance_code ⇒ ::String
Returns the value of attribute reason_for_non_compliance_code.
-
#related_resources ⇒ ::Array[Types::RelatedResource]
Returns the value of attribute related_resources.
-
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
Instance Attribute Details
#check_name ⇒ ::String
Returns the value of attribute check_name.
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.
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.
229 230 231 |
# File 'sig/types.rbs', line 229 def finding_time @finding_time end |
#is_suppressed ⇒ Boolean
Returns the value of attribute is_suppressed.
235 236 237 |
# File 'sig/types.rbs', line 235 def is_suppressed @is_suppressed end |
#non_compliant_resource ⇒ Types::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.
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.
234 235 236 |
# File 'sig/types.rbs', line 234 def reason_for_non_compliance_code @reason_for_non_compliance_code end |
#related_resources ⇒ ::Array[Types::RelatedResource]
Returns the value of attribute related_resources.
232 233 234 |
# File 'sig/types.rbs', line 232 def @related_resources end |
#severity ⇒ "CRITICAL", ...
Returns the value of attribute severity.
230 231 232 |
# File 'sig/types.rbs', line 230 def severity @severity end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
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.
228 229 230 |
# File 'sig/types.rbs', line 228 def task_start_time @task_start_time end |