Class: Aws::Inspector2::Types::ResourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details the status of Amazon Inspector for each resource type Amazon Inspector scans.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2 ⇒ String
The status of Amazon Inspector scanning for Amazon EC2 resources.
-
#ecr ⇒ String
The status of Amazon Inspector scanning for Amazon ECR resources.
-
#lambda ⇒ String
The status of Amazon Inspector scanning for Amazon Web Services Lambda function.
-
#lambda_code ⇒ String
The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions.
Instance Attribute Details
#ec2 ⇒ String
The status of Amazon Inspector scanning for Amazon EC2 resources.
6147 6148 6149 6150 6151 6152 6153 6154 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6147 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |
#ecr ⇒ String
The status of Amazon Inspector scanning for Amazon ECR resources.
6147 6148 6149 6150 6151 6152 6153 6154 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6147 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |
#lambda ⇒ String
The status of Amazon Inspector scanning for Amazon Web Services Lambda function.
6147 6148 6149 6150 6151 6152 6153 6154 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6147 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |
#lambda_code ⇒ String
The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions.
6147 6148 6149 6150 6151 6152 6153 6154 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6147 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |