Class: Aws::Lightsail::Types::GetContainerImagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerImagesResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_images ⇒ Array<Types::ContainerImage>
An array of objects that describe container images that are registered to the container service.
Instance Attribute Details
#container_images ⇒ Array<Types::ContainerImage>
An array of objects that describe container images that are registered to the container service.
7013 7014 7015 7016 7017 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7013 class GetContainerImagesResult < Struct.new( :container_images) SENSITIVE = [] include Aws::Structure end |