Class: Aws::Inspector2::Types::ResourceScanMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

An object that contains details about the metadata for an Amazon ECR resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2Types::Ec2Metadata

An object that contains metadata details for an Amazon EC2 instance.

Returns:



6055
6056
6057
6058
6059
6060
6061
6062
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6055

class ResourceScanMetadata < Struct.new(
  :ec2,
  :ecr_image,
  :ecr_repository,
  :lambda_function)
  SENSITIVE = []
  include Aws::Structure
end

#ecr_imageTypes::EcrContainerImageMetadata

An object that contains details about the container metadata for an Amazon ECR image.



6055
6056
6057
6058
6059
6060
6061
6062
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6055

class ResourceScanMetadata < Struct.new(
  :ec2,
  :ecr_image,
  :ecr_repository,
  :lambda_function)
  SENSITIVE = []
  include Aws::Structure
end

#ecr_repositoryTypes::EcrRepositoryMetadata

An object that contains details about the repository an Amazon ECR image resides in.



6055
6056
6057
6058
6059
6060
6061
6062
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6055

class ResourceScanMetadata < Struct.new(
  :ec2,
  :ecr_image,
  :ecr_repository,
  :lambda_function)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_functionTypes::LambdaFunctionMetadata

An object that contains metadata details for an Amazon Web Services Lambda function.



6055
6056
6057
6058
6059
6060
6061
6062
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6055

class ResourceScanMetadata < Struct.new(
  :ec2,
  :ecr_image,
  :ecr_repository,
  :lambda_function)
  SENSITIVE = []
  include Aws::Structure
end