Class: Aws::Lightsail::Types::GetContainerImagesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_imagesArray<Types::ContainerImage>

An array of objects that describe container images that are registered to the container service.

Returns:



7033
7034
7035
7036
7037
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7033

class GetContainerImagesResult < Struct.new(
  :container_images)
  SENSITIVE = []
  include Aws::Structure
end