Class: Aws::Inspector2::Types::ResourceScanMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceScanMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#ec2 ⇒ Types::Ec2Metadata
An object that contains metadata details for an Amazon EC2 instance.
-
#ecr_image ⇒ Types::EcrContainerImageMetadata
An object that contains details about the container metadata for an Amazon ECR image.
-
#ecr_repository ⇒ Types::EcrRepositoryMetadata
An object that contains details about the repository an Amazon ECR image resides in.
-
#lambda_function ⇒ Types::LambdaFunctionMetadata
An object that contains metadata details for an Amazon Web Services Lambda function.
Instance Attribute Details
#ec2 ⇒ Types::Ec2Metadata
An object that contains metadata details for an Amazon EC2 instance.
6081 6082 6083 6084 6085 6086 6087 6088 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6081 class ResourceScanMetadata < Struct.new( :ec2, :ecr_image, :ecr_repository, :lambda_function) SENSITIVE = [] include Aws::Structure end |
#ecr_image ⇒ Types::EcrContainerImageMetadata
An object that contains details about the container metadata for an Amazon ECR image.
6081 6082 6083 6084 6085 6086 6087 6088 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6081 class ResourceScanMetadata < Struct.new( :ec2, :ecr_image, :ecr_repository, :lambda_function) SENSITIVE = [] include Aws::Structure end |
#ecr_repository ⇒ Types::EcrRepositoryMetadata
An object that contains details about the repository an Amazon ECR image resides in.
6081 6082 6083 6084 6085 6086 6087 6088 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6081 class ResourceScanMetadata < Struct.new( :ec2, :ecr_image, :ecr_repository, :lambda_function) SENSITIVE = [] include Aws::Structure end |
#lambda_function ⇒ Types::LambdaFunctionMetadata
An object that contains metadata details for an Amazon Web Services Lambda function.
6081 6082 6083 6084 6085 6086 6087 6088 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6081 class ResourceScanMetadata < Struct.new( :ec2, :ecr_image, :ecr_repository, :lambda_function) SENSITIVE = [] include Aws::Structure end |