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.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def annotation_name @annotation_name end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def bucket @bucket end |
#checksum_mode ⇒ "ENABLED"
Returns the value of attribute checksum_mode.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def checksum_mode @checksum_mode end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def version_id @version_id end |