Class: Aws::Types::DeleteObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteObjectRequest
- 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.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#if_match_last_modified_time ⇒ ::Time
Returns the value of attribute if_match_last_modified_time.
-
#if_match_size ⇒ ::Integer
Returns the value of attribute if_match_size.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#mfa ⇒ ::String
Returns the value of attribute mfa.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
672 673 674 |
# File 'sig/types.rbs', line 672 def bucket @bucket end |
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
677 678 679 |
# File 'sig/types.rbs', line 677 def bypass_governance_retention @bypass_governance_retention end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
678 679 680 |
# File 'sig/types.rbs', line 678 def expected_bucket_owner @expected_bucket_owner end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
679 680 681 |
# File 'sig/types.rbs', line 679 def if_match @if_match end |
#if_match_last_modified_time ⇒ ::Time
Returns the value of attribute if_match_last_modified_time.
680 681 682 |
# File 'sig/types.rbs', line 680 def if_match_last_modified_time @if_match_last_modified_time end |
#if_match_size ⇒ ::Integer
Returns the value of attribute if_match_size.
681 682 683 |
# File 'sig/types.rbs', line 681 def if_match_size @if_match_size end |
#key ⇒ ::String
Returns the value of attribute key.
673 674 675 |
# File 'sig/types.rbs', line 673 def key @key end |
#mfa ⇒ ::String
Returns the value of attribute mfa.
674 675 676 |
# File 'sig/types.rbs', line 674 def mfa @mfa end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
676 677 678 |
# File 'sig/types.rbs', line 676 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
675 676 677 |
# File 'sig/types.rbs', line 675 def version_id @version_id end |