Class: Aws::Types::ListPartsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListPartsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
383 384 385 |
# File 'sig/types.rbs', line 383 def account_id @account_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
387 388 389 |
# File 'sig/types.rbs', line 387 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
386 387 388 |
# File 'sig/types.rbs', line 386 def marker @marker end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
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.
384 385 386 |
# File 'sig/types.rbs', line 384 def vault_name @vault_name end |