Class: Aws::Inspector::Types::InspectorServiceAttributes

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

Overview

This data type is used in the Finding data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_run_arnString

The ARN of the assessment run during which the finding is generated.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1605

class InspectorServiceAttributes < Struct.new(
  :schema_version,
  :assessment_run_arn,
  :rules_package_arn)
  SENSITIVE = []
  include Aws::Structure
end

#rules_package_arnString

The ARN of the rules package that is used to generate the finding.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1605

class InspectorServiceAttributes < Struct.new(
  :schema_version,
  :assessment_run_arn,
  :rules_package_arn)
  SENSITIVE = []
  include Aws::Structure
end

#schema_versionInteger

The schema version of this data type.

Returns:

  • (Integer)


1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1605

class InspectorServiceAttributes < Struct.new(
  :schema_version,
  :assessment_run_arn,
  :rules_package_arn)
  SENSITIVE = []
  include Aws::Structure
end