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

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

Overview

Information about a resource, such as an Amazon S3 bucket or AWS Lambda function, that contains a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier for the resource.

Returns:

  • (String)


976
977
978
979
980
981
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 976

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

#sub_resource_idString

The identifier for a section of the resource, such as an AWS Lambda layer.

Returns:

  • (String)


976
977
978
979
980
981
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 976

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