Class: Aws::Types::BatchGetImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_media_types::Array[::String]

Returns the value of attribute accepted_media_types.

Returns:

  • (::Array[::String])


68
69
70
# File 'sig/types.rbs', line 68

def accepted_media_types
  @accepted_media_types
end

#image_ids::Array[Types::ImageIdentifier]

Returns the value of attribute image_ids.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def image_ids
  @image_ids
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def repository_name
  @repository_name
end