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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



7182
7183
7184
7185
7186
# File 'lib/aws-sdk-lightsail/types.rb', line 7182

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