Class: Aws::Inspector2::Types::ResourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceStatus
- Defined in:
- gems/aws-sdk-inspector2/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.
6144 6145 6146 6147 6148 6149 6150 6151 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6144 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.
6144 6145 6146 6147 6148 6149 6150 6151 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6144 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.
6144 6145 6146 6147 6148 6149 6150 6151 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6144 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.
6144 6145 6146 6147 6148 6149 6150 6151 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6144 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |