Class: Aws::Types::BatchCheckLayerAvailabilityRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#layer_digests::Array[::String]

Returns the value of attribute layer_digests.

Returns:

  • (::Array[::String])


41
42
43
# File 'sig/types.rbs', line 41

def layer_digests
  @layer_digests
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def repository_name
  @repository_name
end