Class: Aws::Lightsail::Types::RegisterContainerImageResult

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_imageTypes::ContainerImage

An object that describes a container image that is registered to a Lightsail container service



12770
12771
12772
12773
12774
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12770

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