Class: Aws::Inspector2::Types::ResourceScanMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ResourceScanMetadata
- 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
-
#code_repository ⇒ Types::CodeRepositoryMetadata
Contains metadata about scan coverage for a code repository resource.
-
#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
#code_repository ⇒ Types::CodeRepositoryMetadata
Contains metadata about scan coverage for a code repository resource.
7572 7573 7574 7575 7576 7577 7578 7579 7580 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7572 class ResourceScanMetadata < Struct.new( :code_repository, :ec2, :ecr_image, :ecr_repository, :lambda_function) SENSITIVE = [] include Aws::Structure end |
#ec2 ⇒ Types::Ec2Metadata
An object that contains metadata details for an Amazon EC2 instance.
7572 7573 7574 7575 7576 7577 7578 7579 7580 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7572 class ResourceScanMetadata < Struct.new( :code_repository, :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.
7572 7573 7574 7575 7576 7577 7578 7579 7580 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7572 class ResourceScanMetadata < Struct.new( :code_repository, :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.
7572 7573 7574 7575 7576 7577 7578 7579 7580 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7572 class ResourceScanMetadata < Struct.new( :code_repository, :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.
7572 7573 7574 7575 7576 7577 7578 7579 7580 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7572 class ResourceScanMetadata < Struct.new( :code_repository, :ec2, :ecr_image, :ecr_repository, :lambda_function) SENSITIVE = [] include Aws::Structure end |