Class: Aws::Types::CompleteLayerUploadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#layer_digests::Array[::String]

Returns the value of attribute layer_digests.

Returns:

  • (::Array[::String])


98
99
100
# File 'sig/types.rbs', line 98

def layer_digests
  @layer_digests
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def repository_name
  @repository_name
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def upload_id
  @upload_id
end