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
1335 |
# File 'sig/client.rbs', line 1335
def annotation_count: () -> ::Integer
|
#annotation_prefix ⇒ ::String
1333 |
# File 'sig/client.rbs', line 1333
def annotation_prefix: () -> ::String
|
#annotations ⇒ ::Array[Types::AnnotationEntry]
1329 |
# File 'sig/client.rbs', line 1329
def annotations: () -> ::Array[Types::AnnotationEntry]
|
#bucket ⇒ ::String
1330 |
# File 'sig/client.rbs', line 1330
def bucket: () -> ::String
|
#continuation_token ⇒ ::String
1336 |
# File 'sig/client.rbs', line 1336
def continuation_token: () -> ::String
|
#key ⇒ ::String
1331 |
# File 'sig/client.rbs', line 1331
def key: () -> ::String
|
#max_annotation_results ⇒ ::Integer
1334 |
# File 'sig/client.rbs', line 1334
def max_annotation_results: () -> ::Integer
|
#next_continuation_token ⇒ ::String
1337 |
# File 'sig/client.rbs', line 1337
def next_continuation_token: () -> ::String
|
#object_version_id ⇒ ::String
1332 |
# File 'sig/client.rbs', line 1332
def object_version_id: () -> ::String
|
#request_charged ⇒ "requester"
1338 |
# File 'sig/client.rbs', line 1338
def request_charged: () -> ("requester")
|