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:



2731
2732
2733
2734
2735
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2731

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