Class: Aws::Types::CompleteLayerUploadResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#layer_digest::String

Returns the value of attribute layer_digest.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def layer_digest
  @layer_digest
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def repository_name
  @repository_name
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def upload_id
  @upload_id
end