Class: Aws::ECR::Types::PutImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutImageResponse
- Includes:
- Structure
- Defined in:
- 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.
3070 3071 3072 3073 3074 |
# File 'lib/aws-sdk-ecr/types.rb', line 3070 class PutImageResponse < Struct.new( :image) SENSITIVE = [] include Aws::Structure end |