Class: Aws::Inspector2::Types::CoveredResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CoveredResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An object that contains details about a resource covered by Amazon Inspector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the covered resource.
-
#last_scanned_at ⇒ Time
The date and time the resource was last checked for vulnerabilities.
-
#resource_id ⇒ String
The ID of the covered resource.
-
#resource_metadata ⇒ Types::ResourceScanMetadata
An object that contains details about the metadata.
-
#resource_type ⇒ String
The type of the covered resource.
-
#scan_mode ⇒ String
The scan method that is applied to the instance.
-
#scan_status ⇒ Types::ScanStatus
The status of the scan covering the resource.
-
#scan_type ⇒ String
The Amazon Inspector scan type covering the resource.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the covered resource.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2094 class CoveredResource < Struct.new( :account_id, :last_scanned_at, :resource_id, :resource_metadata, :resource_type, :scan_mode, :scan_status, :scan_type) SENSITIVE = [] include Aws::Structure end |
#last_scanned_at ⇒ Time
The date and time the resource was last checked for vulnerabilities.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2094 class CoveredResource < Struct.new( :account_id, :last_scanned_at, :resource_id, :resource_metadata, :resource_type, :scan_mode, :scan_status, :scan_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the covered resource.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2094 class CoveredResource < Struct.new( :account_id, :last_scanned_at, :resource_id, :resource_metadata, :resource_type, :scan_mode, :scan_status, :scan_type) SENSITIVE = [] include Aws::Structure end |
#resource_metadata ⇒ Types::ResourceScanMetadata
An object that contains details about the metadata.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2094 class CoveredResource < Struct.new( :account_id, :last_scanned_at, :resource_id, :resource_metadata, :resource_type, :scan_mode, :scan_status, :scan_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the covered resource.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2094 class CoveredResource < Struct.new( :account_id, :last_scanned_at, :resource_id, :resource_metadata, :resource_type, :scan_mode, :scan_status, :scan_type) SENSITIVE = [] include Aws::Structure end |
#scan_mode ⇒ String
The scan method that is applied to the instance.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2094 class CoveredResource < Struct.new( :account_id, :last_scanned_at, :resource_id, :resource_metadata, :resource_type, :scan_mode, :scan_status, :scan_type) SENSITIVE = [] include Aws::Structure end |
#scan_status ⇒ Types::ScanStatus
The status of the scan covering the resource.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2094 class CoveredResource < Struct.new( :account_id, :last_scanned_at, :resource_id, :resource_metadata, :resource_type, :scan_mode, :scan_status, :scan_type) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The Amazon Inspector scan type covering the resource.
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2094 class CoveredResource < Struct.new( :account_id, :last_scanned_at, :resource_id, :resource_metadata, :resource_type, :scan_mode, :scan_status, :scan_type) SENSITIVE = [] include Aws::Structure end |