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.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def checksum_algorithm @checksum_algorithm end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def checksum_type @checksum_type end |
#initiated ⇒ ::Time
Returns the value of attribute initiated.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def initiated @initiated end |
#initiator ⇒ Types::Initiator
Returns the value of attribute initiator.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def initiator @initiator end |
#key ⇒ ::String
Returns the value of attribute key.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def key @key end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def owner @owner end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def storage_class @storage_class end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def upload_id @upload_id end |