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]
1421 |
# File 'sig/client.rbs', line 1421
def common_prefixes: () -> ::Array[Types::CommonPrefix]
|
#contents ⇒ ::Array[Types::Object]
1416 |
# File 'sig/client.rbs', line 1416
def contents: () -> ::Array[Types::Object]
|
#continuation_token ⇒ ::String
1424 |
# File 'sig/client.rbs', line 1424
def continuation_token: () -> ::String
|
#delimiter ⇒ ::String
1419 |
# File 'sig/client.rbs', line 1419
def delimiter: () -> ::String
|
#encoding_type ⇒ "url"
1422 |
# File 'sig/client.rbs', line 1422
def encoding_type: () -> ("url")
|
#is_truncated ⇒ Boolean
1415 |
# File 'sig/client.rbs', line 1415
def is_truncated: () -> bool
|
#key_count ⇒ ::Integer
1423 |
# File 'sig/client.rbs', line 1423
def key_count: () -> ::Integer
|
#max_keys ⇒ ::Integer
1420 |
# File 'sig/client.rbs', line 1420
def max_keys: () -> ::Integer
|
#name ⇒ ::String
1417 |
# File 'sig/client.rbs', line 1417
def name: () -> ::String
|
#next_continuation_token ⇒ ::String
1425 |
# File 'sig/client.rbs', line 1425
def next_continuation_token: () -> ::String
|
#prefix ⇒ ::String
1418 |
# File 'sig/client.rbs', line 1418
def prefix: () -> ::String
|
#request_charged ⇒ "requester"
1427 |
# File 'sig/client.rbs', line 1427
def request_charged: () -> ("requester")
|
#start_after ⇒ ::String
1426 |
# File 'sig/client.rbs', line 1426
def start_after: () -> ::String
|