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:



2734
2735
2736
2737
2738
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2734

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