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)


55
56
57
# File 'sig/types.rbs', line 55

def layer_digest
  @layer_digest
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def repository_name
  @repository_name
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def upload_id
  @upload_id
end