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:



5981
5982
5983
5984
5985
5986
5987
5988
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5981

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.



5981
5982
5983
5984
5985
5986
5987
5988
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5981

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.



5981
5982
5983
5984
5985
5986
5987
5988
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5981

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.



5981
5982
5983
5984
5985
5986
5987
5988
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5981

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