Class: Aws::Types::GetObjectAnnotationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectAnnotationRequest
- 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.
-
#checksum_mode ⇒ "ENABLED"
Returns the value of attribute checksum_mode.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#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.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def annotation_name @annotation_name end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def bucket @bucket end |
#checksum_mode ⇒ "ENABLED"
Returns the value of attribute checksum_mode.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def checksum_mode @checksum_mode end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def version_id @version_id end |