Class: Aws::Types::DeleteObjectsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteObjectsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#delete ⇒ Types::Delete
Returns the value of attribute delete.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#mfa ⇒ ::String
Returns the value of attribute mfa.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
706 707 708 |
# File 'sig/types.rbs', line 706 def bucket @bucket end |
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
710 711 712 |
# File 'sig/types.rbs', line 710 def bypass_governance_retention @bypass_governance_retention end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
712 713 714 |
# File 'sig/types.rbs', line 712 def checksum_algorithm @checksum_algorithm end |
#delete ⇒ Types::Delete
Returns the value of attribute delete.
707 708 709 |
# File 'sig/types.rbs', line 707 def delete @delete end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
711 712 713 |
# File 'sig/types.rbs', line 711 def expected_bucket_owner @expected_bucket_owner end |
#mfa ⇒ ::String
Returns the value of attribute mfa.
708 709 710 |
# File 'sig/types.rbs', line 708 def mfa @mfa end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
709 710 711 |
# File 'sig/types.rbs', line 709 def request_payer @request_payer end |