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:



20
21
22
# File 'sig/types.rbs', line 20

def layer_digests
  @layer_digests
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def repository_name
  @repository_name
end