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

#ec2String

The status of Amazon Inspector scanning for Amazon EC2 resources.

Returns:

  • (String)


6121
6122
6123
6124
6125
6126
6127
6128
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6121

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

#ecrString

The status of Amazon Inspector scanning for Amazon ECR resources.

Returns:

  • (String)


6121
6122
6123
6124
6125
6126
6127
6128
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6121

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

#lambdaString

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

Returns:

  • (String)


6121
6122
6123
6124
6125
6126
6127
6128
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6121

class ResourceStatus < Struct.new(
  :ec2,
  :ecr,
  :lambda,
  :lambda_code)
  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)


6121
6122
6123
6124
6125
6126
6127
6128
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6121

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