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.
663 664 665 |
# File 'sig/types.rbs', line 663 def annotation_name @annotation_name end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
661 662 663 |
# File 'sig/types.rbs', line 661 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
666 667 668 |
# File 'sig/types.rbs', line 666 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
662 663 664 |
# File 'sig/types.rbs', line 662 def key @key end |
#object_if_match ⇒ ::String
Returns the value of attribute object_if_match.
667 668 669 |
# File 'sig/types.rbs', line 667 def object_if_match @object_if_match end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
665 666 667 |
# File 'sig/types.rbs', line 665 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
664 665 666 |
# File 'sig/types.rbs', line 664 def version_id @version_id end |