Class: Aws::Lightsail::Types::RegisterContainerImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RegisterContainerImageResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_image ⇒ Types::ContainerImage
An object that describes a container image that is registered to a Lightsail container service.
Instance Attribute Details
#container_image ⇒ Types::ContainerImage
An object that describes a container image that is registered to a Lightsail container service
12785 12786 12787 12788 12789 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12785 class RegisterContainerImageResult < Struct.new( :container_image) SENSITIVE = [] include Aws::Structure end |