Class: Aws::Types::CisTargetResourceAggregation
- Inherits:
-
Object
- Object
- Aws::Types::CisTargetResourceAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#target_resource_id ⇒ ::String
Returns the value of attribute target_resource_id.
-
#target_resource_tags ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute target_resource_tags.
-
#target_status ⇒ "TIMED_OUT", ...
Returns the value of attribute target_status.
-
#target_status_reason ⇒ "SCAN_IN_PROGRESS", ...
Returns the value of attribute target_status_reason.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
576 577 578 |
# File 'sig/types.rbs', line 576 def account_id @account_id end |
#platform ⇒ ::String
Returns the value of attribute platform.
579 580 581 |
# File 'sig/types.rbs', line 579 def platform @platform end |
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
574 575 576 |
# File 'sig/types.rbs', line 574 def scan_arn @scan_arn end |
#status_counts ⇒ Types::StatusCounts
Returns the value of attribute status_counts.
578 579 580 |
# File 'sig/types.rbs', line 578 def status_counts @status_counts end |
#target_resource_id ⇒ ::String
Returns the value of attribute target_resource_id.
575 576 577 |
# File 'sig/types.rbs', line 575 def target_resource_id @target_resource_id end |
#target_resource_tags ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute target_resource_tags.
577 578 579 |
# File 'sig/types.rbs', line 577 def @target_resource_tags end |
#target_status ⇒ "TIMED_OUT", ...
Returns the value of attribute target_status.
580 581 582 |
# File 'sig/types.rbs', line 580 def target_status @target_status end |
#target_status_reason ⇒ "SCAN_IN_PROGRESS", ...
Returns the value of attribute target_status_reason.
581 582 583 |
# File 'sig/types.rbs', line 581 def target_status_reason @target_status_reason end |