Class: Aws::Types::CisScanResultDetails
- Inherits:
-
Object
- Object
- Aws::Types::CisScanResultDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#check_description ⇒ ::String
Returns the value of attribute check_description.
-
#check_id ⇒ ::String
Returns the value of attribute check_id.
-
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
-
#level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute level.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#remediation ⇒ ::String
Returns the value of attribute remediation.
-
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
-
#status ⇒ "PASSED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#target_resource_id ⇒ ::String
Returns the value of attribute target_resource_id.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
502 503 504 |
# File 'sig/types.rbs', line 502 def account_id @account_id end |
#check_description ⇒ ::String
Returns the value of attribute check_description.
509 510 511 |
# File 'sig/types.rbs', line 509 def check_description @check_description end |
#check_id ⇒ ::String
Returns the value of attribute check_id.
507 508 509 |
# File 'sig/types.rbs', line 507 def check_id @check_id end |
#finding_arn ⇒ ::String
Returns the value of attribute finding_arn.
512 513 514 |
# File 'sig/types.rbs', line 512 def finding_arn @finding_arn end |
#level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute level.
511 512 513 |
# File 'sig/types.rbs', line 511 def level @level end |
#platform ⇒ ::String
Returns the value of attribute platform.
504 505 506 |
# File 'sig/types.rbs', line 504 def platform @platform end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
510 511 512 |
# File 'sig/types.rbs', line 510 def remediation @remediation end |
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def scan_arn @scan_arn end |
#status ⇒ "PASSED", ...
Returns the value of attribute status.
505 506 507 |
# File 'sig/types.rbs', line 505 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
506 507 508 |
# File 'sig/types.rbs', line 506 def status_reason @status_reason end |
#target_resource_id ⇒ ::String
Returns the value of attribute target_resource_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def target_resource_id @target_resource_id end |
#title ⇒ ::String
Returns the value of attribute title.
508 509 510 |
# File 'sig/types.rbs', line 508 def title @title end |