Class: Aws::Inspector2::Types::CisTargetResourceAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisTargetResourceAggregation
- Defined in:
- gems/aws-sdk-inspector2/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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1740 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.
1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1740 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 |