Class: Aws::Types::InitiateMultipartUploadInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def 
  @account_id
end

#archive_description::String

Returns the value of attribute archive_description.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def archive_description
  @archive_description
end

#part_size::Integer

Returns the value of attribute part_size.

Returns:

  • (::Integer)


273
274
275
# File 'sig/types.rbs', line 273

def part_size
  @part_size
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def vault_name
  @vault_name
end