Class: Aws::ECRPublic::Types::PutImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::PutImageResponse
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image ⇒ Types::Image
Details of the image uploaded.
Instance Attribute Details
#image ⇒ Types::Image
Details of the image uploaded.
1387 1388 1389 1390 1391 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1387 class PutImageResponse < Struct.new( :image) SENSITIVE = [] include Aws::Structure end |