Class: Aws::ECR::Types::PutImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutImageResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/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.
3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3064 class PutImageResponse < Struct.new( :image) SENSITIVE = [] include Aws::Structure end |