Class: Aws::Inspector2::Types::CisCheckAggregation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

A CIS check.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID for the CIS check.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1021

class CisCheckAggregation < Struct.new(
  :account_id,
  :check_description,
  :check_id,
  :level,
  :platform,
  :scan_arn,
  :status_counts,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#check_descriptionString

The description for the CIS check.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1021

class CisCheckAggregation < Struct.new(
  :account_id,
  :check_description,
  :check_id,
  :level,
  :platform,
  :scan_arn,
  :status_counts,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#check_idString

The check ID for the CIS check.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1021

class CisCheckAggregation < Struct.new(
  :account_id,
  :check_description,
  :check_id,
  :level,
  :platform,
  :scan_arn,
  :status_counts,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#levelString

The CIS check level.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1021

class CisCheckAggregation < Struct.new(
  :account_id,
  :check_description,
  :check_id,
  :level,
  :platform,
  :scan_arn,
  :status_counts,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The CIS check platform.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1021

class CisCheckAggregation < Struct.new(
  :account_id,
  :check_description,
  :check_id,
  :level,
  :platform,
  :scan_arn,
  :status_counts,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#scan_arnString

The scan ARN for the CIS check scan ARN.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1021

class CisCheckAggregation < Struct.new(
  :account_id,
  :check_description,
  :check_id,
  :level,
  :platform,
  :scan_arn,
  :status_counts,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#status_countsTypes::StatusCounts

The CIS check status counts.

Returns:



1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1021

class CisCheckAggregation < Struct.new(
  :account_id,
  :check_description,
  :check_id,
  :level,
  :platform,
  :scan_arn,
  :status_counts,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The CIS check title.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1021

class CisCheckAggregation < Struct.new(
  :account_id,
  :check_description,
  :check_id,
  :level,
  :platform,
  :scan_arn,
  :status_counts,
  :title)
  SENSITIVE = []
  include Aws::Structure
end