Class: Aws::ECRPublic::Types::PutImageResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::Image

Details of the image uploaded.

Returns:



1229
1230
1231
1232
1233
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1229

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