Class: Aws::Inspector2::Types::ResourceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceState
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Details the state of Amazon Inspector for each resource type Amazon Inspector scans.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_repository ⇒ Types::State
An object that described the state of Amazon Inspector scans for an account.
-
#ec2 ⇒ Types::State
An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.
-
#ecr ⇒ Types::State
An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.
-
#lambda ⇒ Types::State
An object that described the state of Amazon Inspector scans for an account.
-
#lambda_code ⇒ Types::State
An object that described the state of Amazon Inspector scans for an account.
Instance Attribute Details
#code_repository ⇒ Types::State
An object that described the state of Amazon Inspector scans for an account.
7612 7613 7614 7615 7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7612 class ResourceState < Struct.new( :code_repository, :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |
#ec2 ⇒ Types::State
An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.
7612 7613 7614 7615 7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7612 class ResourceState < Struct.new( :code_repository, :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |
#ecr ⇒ Types::State
An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.
7612 7613 7614 7615 7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7612 class ResourceState < Struct.new( :code_repository, :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |
#lambda ⇒ Types::State
An object that described the state of Amazon Inspector scans for an account.
7612 7613 7614 7615 7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7612 class ResourceState < Struct.new( :code_repository, :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |
#lambda_code ⇒ Types::State
An object that described the state of Amazon Inspector scans for an account.
7612 7613 7614 7615 7616 7617 7618 7619 7620 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7612 class ResourceState < Struct.new( :code_repository, :ec2, :ecr, :lambda, :lambda_code) SENSITIVE = [] include Aws::Structure end |