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 resources.
Instance Attribute Details
#ec2 ⇒ String
The status of Amazon Inspector scanning for Amazon EC2 resources.
3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3754 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda) SENSITIVE = [] include Aws::Structure end |
#ecr ⇒ String
The status of Amazon Inspector scanning for Amazon ECR resources.
3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3754 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda) SENSITIVE = [] include Aws::Structure end |
#lambda ⇒ String
The status of Amazon Inspector scanning for AWS Lambda function resources.
3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3754 class ResourceStatus < Struct.new( :ec2, :ecr, :lambda) SENSITIVE = [] include Aws::Structure end |