Class: Aws::ECR::Types::Layer

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

Overview

An object representing an Amazon ECR image layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layer_availabilityString

The availability status of the image layer.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2200

class Layer < Struct.new(
  :layer_digest,
  :layer_availability,
  :layer_size,
  :media_type)
  SENSITIVE = []
  include Aws::Structure
end

#layer_digestString

The sha256 digest of the image layer.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2200

class Layer < Struct.new(
  :layer_digest,
  :layer_availability,
  :layer_size,
  :media_type)
  SENSITIVE = []
  include Aws::Structure
end

#layer_sizeInteger

The size, in bytes, of the image layer.

Returns:

  • (Integer)


2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2200

class Layer < Struct.new(
  :layer_digest,
  :layer_availability,
  :layer_size,
  :media_type)
  SENSITIVE = []
  include Aws::Structure
end

#media_typeString

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

Returns:

  • (String)


2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2200

class Layer < Struct.new(
  :layer_digest,
  :layer_availability,
  :layer_size,
  :media_type)
  SENSITIVE = []
  include Aws::Structure
end