Class: Aws::Types::CisCheckAggregation
- Inherits:
-
Object
- Object
- Aws::Types::CisCheckAggregation
- 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.
-
#level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute level.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
-
#status_counts ⇒ Types::StatusCounts
Returns the value of attribute status_counts.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
445 446 447 |
# File 'sig/types.rbs', line 445 def account_id @account_id end |
#check_description ⇒ ::String
Returns the value of attribute check_description.
443 444 445 |
# File 'sig/types.rbs', line 443 def check_description @check_description end |
#check_id ⇒ ::String
Returns the value of attribute check_id.
441 442 443 |
# File 'sig/types.rbs', line 441 def check_id @check_id end |
#level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute level.
444 445 446 |
# File 'sig/types.rbs', line 444 def level @level end |
#platform ⇒ ::String
Returns the value of attribute platform.
447 448 449 |
# File 'sig/types.rbs', line 447 def platform @platform end |
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
440 441 442 |
# File 'sig/types.rbs', line 440 def scan_arn @scan_arn end |
#status_counts ⇒ Types::StatusCounts
Returns the value of attribute status_counts.
446 447 448 |
# File 'sig/types.rbs', line 446 def status_counts @status_counts end |
#title ⇒ ::String
Returns the value of attribute title.
442 443 444 |
# File 'sig/types.rbs', line 442 def title @title end |