Class: Aws::ECR::Types::ResourceDetails

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

Overview

Contains details about the resource involved in the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_ecr_container_imageTypes::AwsEcrContainerImageDetails

An object that contains details about the Amazon ECR container image involved in the finding.



3396
3397
3398
3399
3400
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3396

class ResourceDetails < Struct.new(
  :aws_ecr_container_image)
  SENSITIVE = []
  include Aws::Structure
end