Class: Aws::Lightsail::Types::ContainerImage

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

Overview

Describes a container image that is registered to an Amazon Lightsail container service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the container image was created.

Returns:

  • (Time)


2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2096

class ContainerImage < Struct.new(
  :image,
  :digest,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#digestString

The digest of the container image.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2096

class ContainerImage < Struct.new(
  :image,
  :digest,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#imageString

The name of the container image.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2096

class ContainerImage < Struct.new(
  :image,
  :digest,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end