Class: Aws::Inspector2::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Resource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details about the resource involved in a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::ResourceDetails
An object that contains details about the resource involved in a finding.
-
#id ⇒ String
The ID of the resource.
-
#partition ⇒ String
The partition of the resource.
-
#region ⇒ String
The Amazon Web Services Region the impacted resource is located in.
-
#tags ⇒ Hash<String,String>
The tags attached to the resource.
-
#type ⇒ String
The type of resource.
Instance Attribute Details
#details ⇒ Types::ResourceDetails
An object that contains details about the resource involved in a finding.
5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5929 class Resource < Struct.new( :details, :id, :partition, :region, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource.
5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5929 class Resource < Struct.new( :details, :id, :partition, :region, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#partition ⇒ String
The partition of the resource.
5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5929 class Resource < Struct.new( :details, :id, :partition, :region, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region the impacted resource is located in.
5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5929 class Resource < Struct.new( :details, :id, :partition, :region, :tags, :type) SENSITIVE = [] include Aws::Structure end |