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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-inspector2/types.rb', line 1031

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)


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-inspector2/types.rb', line 1031

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)


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-inspector2/types.rb', line 1031

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)


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-inspector2/types.rb', line 1031

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)


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-inspector2/types.rb', line 1031

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)


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-inspector2/types.rb', line 1031

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:



1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-inspector2/types.rb', line 1031

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)


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/aws-sdk-inspector2/types.rb', line 1031

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