Class: Aws::Types::MultipartUpload
- Inherits:
-
Object
- Object
- Aws::Types::MultipartUpload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#initiated ⇒ ::Time
Returns the value of attribute initiated.
-
#initiator ⇒ Types::Initiator
Returns the value of attribute initiator.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#owner ⇒ Types::Owner
Returns the value of attribute owner.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def checksum_algorithm @checksum_algorithm end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def checksum_type @checksum_type end |
#initiated ⇒ ::Time
Returns the value of attribute initiated.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def initiated @initiated end |
#initiator ⇒ Types::Initiator
Returns the value of attribute initiator.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def initiator @initiator end |
#key ⇒ ::String
Returns the value of attribute key.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def key @key end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def owner @owner end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def storage_class @storage_class end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def upload_id @upload_id end |