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:



3064
3065
3066
3067
3068
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3064

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