Class: Aws::Types::UploadMultipartPartInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



577
578
579
# File 'sig/types.rbs', line 577

def 
  @account_id
end

#body::IO

Returns the value of attribute body.



582
583
584
# File 'sig/types.rbs', line 582

def body
  @body
end

#checksum::String

Returns the value of attribute checksum.



580
581
582
# File 'sig/types.rbs', line 580

def checksum
  @checksum
end

#range::String

Returns the value of attribute range.



581
582
583
# File 'sig/types.rbs', line 581

def range
  @range
end

#upload_id::String

Returns the value of attribute upload_id.



579
580
581
# File 'sig/types.rbs', line 579

def upload_id
  @upload_id
end

#vault_name::String

Returns the value of attribute vault_name.



578
579
580
# File 'sig/types.rbs', line 578

def vault_name
  @vault_name
end