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)


948
949
950
# File 'sig/types.rbs', line 948

def image_digest
  @image_digest
end

#image_manifest::String

Returns the value of attribute image_manifest.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def image_manifest
  @image_manifest
end

#image_manifest_media_type::String

Returns the value of attribute image_manifest_media_type.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def image_manifest_media_type
  @image_manifest_media_type
end

#image_tag::String

Returns the value of attribute image_tag.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def image_tag
  @image_tag
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def repository_name
  @repository_name
end