Class: Aws::Types::DeleteObjectAnnotationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteObjectAnnotationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#object_if_match ⇒ ::String
Returns the value of attribute object_if_match.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
656 657 658 |
# File 'sig/types.rbs', line 656 def annotation_name @annotation_name end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
654 655 656 |
# File 'sig/types.rbs', line 654 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
659 660 661 |
# File 'sig/types.rbs', line 659 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
655 656 657 |
# File 'sig/types.rbs', line 655 def key @key end |
#object_if_match ⇒ ::String
Returns the value of attribute object_if_match.
660 661 662 |
# File 'sig/types.rbs', line 660 def object_if_match @object_if_match end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
658 659 660 |
# File 'sig/types.rbs', line 658 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
657 658 659 |
# File 'sig/types.rbs', line 657 def version_id @version_id end |