Class: Aws::Inspector2::Types::ResourceState

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

Instance Attribute Details

#ec2Types::State

An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.

Returns:



6015
6016
6017
6018
6019
6020
6021
6022
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6015

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

#ecrTypes::State

An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.

Returns:



6015
6016
6017
6018
6019
6020
6021
6022
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6015

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

#lambdaTypes::State

An object that described the state of Amazon Inspector scans for an account.

Returns:



6015
6016
6017
6018
6019
6020
6021
6022
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6015

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

#lambda_codeTypes::State

An object that described the state of Amazon Inspector scans for an account.

Returns:



6015
6016
6017
6018
6019
6020
6021
6022
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6015

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