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

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

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



12785
12786
12787
12788
12789
# File 'lib/aws-sdk-lightsail/types.rb', line 12785

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