Module: Aws::S3::Client::_ListObjectsV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListObjectsV2Output]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #common_prefixes ⇒ ::Array[Types::CommonPrefix]
- #contents ⇒ ::Array[Types::Object]
- #continuation_token ⇒ ::String
- #delimiter ⇒ ::String
- #encoding_type ⇒ "url"
- #is_truncated ⇒ Boolean
- #key_count ⇒ ::Integer
- #max_keys ⇒ ::Integer
- #name ⇒ ::String
- #next_continuation_token ⇒ ::String
- #prefix ⇒ ::String
- #request_charged ⇒ "requester"
- #start_after ⇒ ::String
Instance Method Details
#common_prefixes ⇒ ::Array[Types::CommonPrefix]
1433 |
# File 'sig/client.rbs', line 1433
def common_prefixes: () -> ::Array[Types::CommonPrefix]
|
#contents ⇒ ::Array[Types::Object]
1428 |
# File 'sig/client.rbs', line 1428
def contents: () -> ::Array[Types::Object]
|
#continuation_token ⇒ ::String
1436 |
# File 'sig/client.rbs', line 1436
def continuation_token: () -> ::String
|
#delimiter ⇒ ::String
1431 |
# File 'sig/client.rbs', line 1431
def delimiter: () -> ::String
|
#encoding_type ⇒ "url"
1434 |
# File 'sig/client.rbs', line 1434
def encoding_type: () -> ("url")
|
#is_truncated ⇒ Boolean
1427 |
# File 'sig/client.rbs', line 1427
def is_truncated: () -> bool
|
#key_count ⇒ ::Integer
1435 |
# File 'sig/client.rbs', line 1435
def key_count: () -> ::Integer
|
#max_keys ⇒ ::Integer
1432 |
# File 'sig/client.rbs', line 1432
def max_keys: () -> ::Integer
|
#name ⇒ ::String
1429 |
# File 'sig/client.rbs', line 1429
def name: () -> ::String
|
#next_continuation_token ⇒ ::String
1437 |
# File 'sig/client.rbs', line 1437
def next_continuation_token: () -> ::String
|
#prefix ⇒ ::String
1430 |
# File 'sig/client.rbs', line 1430
def prefix: () -> ::String
|
#request_charged ⇒ "requester"
1439 |
# File 'sig/client.rbs', line 1439
def request_charged: () -> ("requester")
|
#start_after ⇒ ::String
1438 |
# File 'sig/client.rbs', line 1438
def start_after: () -> ::String
|