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)


6047
6048
6049
6050
6051
6052
6053
6054
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6047

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)


6047
6048
6049
6050
6051
6052
6053
6054
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6047

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)


6047
6048
6049
6050
6051
6052
6053
6054
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6047

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)


6047
6048
6049
6050
6051
6052
6053
6054
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6047

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