Class: Aws::ECR::Types::PutImageResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::Image

Details of the image uploaded.

Returns:



3529
3530
3531
3532
3533
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3529

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