Class: Aws::Types::PutImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_digest ⇒ ::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def image_digest
  @image_digest
end

#image_manifest ⇒ ::String

Returns the value of attribute image_manifest.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def image_manifest
  @image_manifest
end

#image_manifest_media_type ⇒ ::String

Returns the value of attribute image_manifest_media_type.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def image_manifest_media_type
  @image_manifest_media_type
end

#image_tag ⇒ ::String

Returns the value of attribute image_tag.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def image_tag
  @image_tag
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def repository_name
  @repository_name
end