Class: Aws::Types::ListPartsInput

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)


383
384
385
# File 'sig/types.rbs', line 383

def 
  @account_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


387
388
389
# File 'sig/types.rbs', line 387

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def marker
  @marker
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def upload_id
  @upload_id
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def vault_name
  @vault_name
end