Class: Aws::Types::UploadLayerPartResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_byte_received::Integer

Returns the value of attribute last_byte_received.

Returns:

  • (::Integer)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def last_byte_received
  @last_byte_received
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def repository_name
  @repository_name
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def upload_id
  @upload_id
end