Module: Aws::S3::Client::_ListObjectAnnotationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListObjectAnnotationsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #annotation_count ⇒ ::Integer
- #annotation_prefix ⇒ ::String
- #annotations ⇒ ::Array[Types::AnnotationEntry]
- #bucket ⇒ ::String
- #continuation_token ⇒ ::String
- #key ⇒ ::String
- #max_annotation_results ⇒ ::Integer
- #next_continuation_token ⇒ ::String
- #object_version_id ⇒ ::String
- #request_charged ⇒ "requester"
Instance Method Details
#annotation_count ⇒ ::Integer
1347 |
# File 'sig/client.rbs', line 1347
def annotation_count: () -> ::Integer
|
#annotation_prefix ⇒ ::String
1345 |
# File 'sig/client.rbs', line 1345
def annotation_prefix: () -> ::String
|
#annotations ⇒ ::Array[Types::AnnotationEntry]
1341 |
# File 'sig/client.rbs', line 1341
def annotations: () -> ::Array[Types::AnnotationEntry]
|
#bucket ⇒ ::String
1342 |
# File 'sig/client.rbs', line 1342
def bucket: () -> ::String
|
#continuation_token ⇒ ::String
1348 |
# File 'sig/client.rbs', line 1348
def continuation_token: () -> ::String
|
#key ⇒ ::String
1343 |
# File 'sig/client.rbs', line 1343
def key: () -> ::String
|
#max_annotation_results ⇒ ::Integer
1346 |
# File 'sig/client.rbs', line 1346
def max_annotation_results: () -> ::Integer
|
#next_continuation_token ⇒ ::String
1349 |
# File 'sig/client.rbs', line 1349
def next_continuation_token: () -> ::String
|
#object_version_id ⇒ ::String
1344 |
# File 'sig/client.rbs', line 1344
def object_version_id: () -> ::String
|
#request_charged ⇒ "requester"
1350 |
# File 'sig/client.rbs', line 1350
def request_charged: () -> ("requester")
|