Class: Aws::Types::BatchCheckLayerAvailabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCheckLayerAvailabilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#layer_digests ⇒ ::Array[::String]
Returns the value of attribute layer_digests.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#layer_digests ⇒ ::Array[::String]
Returns the value of attribute layer_digests.
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.
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.
40 41 42 |
# File 'sig/types.rbs', line 40 def repository_name @repository_name end |