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 AWS 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.
4835 4836 4837 4838 4839 4840 4841 4842 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4835 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.
4835 4836 4837 4838 4839 4840 4841 4842 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4835 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |
#lambda ⇒ String
The status of Amazon Inspector scanning for AWS Lambda function.
4835 4836 4837 4838 4839 4840 4841 4842 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4835 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.
4835 4836 4837 4838 4839 4840 4841 4842 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4835 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |