Class: Aws::Types::S3ComputeObjectChecksumOperation
- Inherits:
-
Object
- Object
- Aws::Types::S3ComputeObjectChecksumOperation
- 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 ⇒ "FULL_OBJECT", "COMPOSITE"
Returns the value of attribute checksum_type.
Instance Attribute Details
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def checksum_algorithm @checksum_algorithm end |
#checksum_type ⇒ "FULL_OBJECT", "COMPOSITE"
Returns the value of attribute checksum_type.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def checksum_type @checksum_type end |