Class: Aws::Inspector2::Types::CisTargetResourceAggregation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The account ID for the CIS target resource.

Returns:

  • (String)


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

#platformString

The platform for the CIS target resource.

Returns:

  • (String)


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_arnString

The scan ARN for the CIS target resource.

Returns:

  • (String)


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_countsTypes::StatusCounts

The target resource status counts.

Returns:



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_idString

The ID of the target resource.

Returns:

  • (String)


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_tagsHash<String,Array<String>>

The tag for the target resource.

Returns:

  • (Hash<String,Array<String>>)


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_statusString

The status of the target resource.

Returns:

  • (String)


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_reasonString

The reason for the target resource.

Returns:

  • (String)


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