Class: Aws::Inspector2::Types::CisTargetResourceAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisTargetResourceAggregation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The CIS target resource aggregation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID for the CIS target resource.
-
#platform ⇒ String
The platform for the CIS target resource.
-
#scan_arn ⇒ String
The scan ARN for the CIS target resource.
-
#status_counts ⇒ Types::StatusCounts
The target resource status counts.
-
#target_resource_id ⇒ String
The ID of the target resource.
-
#target_resource_tags ⇒ Hash<String,Array<String>>
The tag for the target resource.
-
#target_status ⇒ String
The status of the target resource.
-
#target_status_reason ⇒ String
The reason for the target resource.
Instance Attribute Details
#account_id ⇒ String
The account ID for the CIS target resource.
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1540 class CisTargetResourceAggregation < Struct.new( :account_id, :platform, :scan_arn, :status_counts, :target_resource_id, :target_resource_tags, :target_status, :target_status_reason) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform for the CIS target resource.
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1540 class CisTargetResourceAggregation < Struct.new( :account_id, :platform, :scan_arn, :status_counts, :target_resource_id, :target_resource_tags, :target_status, :target_status_reason) SENSITIVE = [] include Aws::Structure end |
#scan_arn ⇒ String
The scan ARN for the CIS target resource.
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1540 class CisTargetResourceAggregation < Struct.new( :account_id, :platform, :scan_arn, :status_counts, :target_resource_id, :target_resource_tags, :target_status, :target_status_reason) SENSITIVE = [] include Aws::Structure end |
#status_counts ⇒ Types::StatusCounts
The target resource status counts.
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1540 class CisTargetResourceAggregation < Struct.new( :account_id, :platform, :scan_arn, :status_counts, :target_resource_id, :target_resource_tags, :target_status, :target_status_reason) SENSITIVE = [] include Aws::Structure end |
#target_resource_id ⇒ String
The ID of the target resource.
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1540 class CisTargetResourceAggregation < Struct.new( :account_id, :platform, :scan_arn, :status_counts, :target_resource_id, :target_resource_tags, :target_status, :target_status_reason) SENSITIVE = [] include Aws::Structure end |
#target_resource_tags ⇒ Hash<String,Array<String>>
The tag for the target resource.
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1540 class CisTargetResourceAggregation < Struct.new( :account_id, :platform, :scan_arn, :status_counts, :target_resource_id, :target_resource_tags, :target_status, :target_status_reason) SENSITIVE = [] include Aws::Structure end |
#target_status ⇒ String
The status of the target resource.
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1540 class CisTargetResourceAggregation < Struct.new( :account_id, :platform, :scan_arn, :status_counts, :target_resource_id, :target_resource_tags, :target_status, :target_status_reason) SENSITIVE = [] include Aws::Structure end |
#target_status_reason ⇒ String
The reason for the target resource.
1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1540 class CisTargetResourceAggregation < Struct.new( :account_id, :platform, :scan_arn, :status_counts, :target_resource_id, :target_resource_tags, :target_status, :target_status_reason) SENSITIVE = [] include Aws::Structure end |