Class: Aws::Inspector2::Types::ResourceStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#code_repositoryString

The status of Amazon Inspector scanning for code repositories.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7671

class ResourceStatus < Struct.new(
  :ec2,
  :ecr,
  :lambda,
  :lambda_code,
  :code_repository)
  SENSITIVE = []
  include Aws::Structure
end

#ec2String

The status of Amazon Inspector scanning for Amazon EC2 resources.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7671

class ResourceStatus < Struct.new(
  :ec2,
  :ecr,
  :lambda,
  :lambda_code,
  :code_repository)
  SENSITIVE = []
  include Aws::Structure
end

#ecrString

The status of Amazon Inspector scanning for Amazon ECR resources.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7671

class ResourceStatus < Struct.new(
  :ec2,
  :ecr,
  :lambda,
  :lambda_code,
  :code_repository)
  SENSITIVE = []
  include Aws::Structure
end

#lambdaString

The status of Amazon Inspector scanning for Amazon Web Services Lambda function.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7671

class ResourceStatus < Struct.new(
  :ec2,
  :ecr,
  :lambda,
  :lambda_code,
  :code_repository)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_codeString

The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
7677
7678
7679
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7671

class ResourceStatus < Struct.new(
  :ec2,
  :ecr,
  :lambda,
  :lambda_code,
  :code_repository)
  SENSITIVE = []
  include Aws::Structure
end