Class: Aws::Types::BatchDeleteImageRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#image_ids ⇒ ::Array[Types::ImageIdentifier]

Returns the value of attribute image_ids.



33
34
35
# File 'sig/types.rbs', line 33

def image_ids
  @image_ids
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.



31
32
33
# File 'sig/types.rbs', line 31

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.



32
33
34
# File 'sig/types.rbs', line 32

def repository_name
  @repository_name
end