Class: Aws::Lightsail::Types::GetContainerImagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerImagesResult
- Includes:
- Structure
- Defined in:
- 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.
7032 7033 7034 7035 7036 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7032 class GetContainerImagesResult < Struct.new( :container_images) SENSITIVE = [] include Aws::Structure end |