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.
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 |