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.
713 714 715 |
# File 'sig/types.rbs', line 713 def bucket @bucket end |
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
717 718 719 |
# File 'sig/types.rbs', line 717 def bypass_governance_retention @bypass_governance_retention end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
719 720 721 |
# File 'sig/types.rbs', line 719 def checksum_algorithm @checksum_algorithm end |
#delete ⇒ Types::Delete
Returns the value of attribute delete.
714 715 716 |
# File 'sig/types.rbs', line 714 def delete @delete end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
718 719 720 |
# File 'sig/types.rbs', line 718 def expected_bucket_owner @expected_bucket_owner end |
#mfa ⇒ ::String
Returns the value of attribute mfa.
715 716 717 |
# File 'sig/types.rbs', line 715 def mfa @mfa end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
716 717 718 |
# File 'sig/types.rbs', line 716 def request_payer @request_payer end |