Class: Aws::CodeGuruSecurity::Types::Resource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codegurusecurity/types.rb

Overview

Information about a resource that contains a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ‘scanName` of the scan that was run on the resource.

Returns:

  • (String)


982
983
984
985
986
987
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 982

class Resource < Struct.new(
  :id,
  :sub_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#sub_resource_idString

The identifier for a section of the resource.

Returns:

  • (String)


982
983
984
985
986
987
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 982

class Resource < Struct.new(
  :id,
  :sub_resource_id)
  SENSITIVE = []
  include Aws::Structure
end