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.
679 680 681 |
# File 'sig/types.rbs', line 679 def bucket @bucket end |
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
684 685 686 |
# File 'sig/types.rbs', line 684 def bypass_governance_retention @bypass_governance_retention end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
685 686 687 |
# File 'sig/types.rbs', line 685 def expected_bucket_owner @expected_bucket_owner end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
686 687 688 |
# File 'sig/types.rbs', line 686 def if_match @if_match end |
#if_match_last_modified_time ⇒ ::Time
Returns the value of attribute if_match_last_modified_time.
687 688 689 |
# File 'sig/types.rbs', line 687 def if_match_last_modified_time @if_match_last_modified_time end |
#if_match_size ⇒ ::Integer
Returns the value of attribute if_match_size.
688 689 690 |
# File 'sig/types.rbs', line 688 def if_match_size @if_match_size end |
#key ⇒ ::String
Returns the value of attribute key.
680 681 682 |
# File 'sig/types.rbs', line 680 def key @key end |
#mfa ⇒ ::String
Returns the value of attribute mfa.
681 682 683 |
# File 'sig/types.rbs', line 681 def mfa @mfa end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
683 684 685 |
# File 'sig/types.rbs', line 683 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
682 683 684 |
# File 'sig/types.rbs', line 682 def version_id @version_id end |