Class: Aws::CodeGuruSecurity::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::Resource
- 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
-
#id ⇒ String
The ‘scanName` of the scan that was run on the resource.
-
#sub_resource_id ⇒ String
The identifier for a section of the resource.
Instance Attribute Details
#id ⇒ String
The ‘scanName` of the scan that was run on the resource.
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_id ⇒ String
The identifier for a section of the resource.
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 |