Module: Aws::S3::Client::_ListObjectsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListObjectsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #common_prefixes ⇒ ::Array[Types::CommonPrefix]
- #contents ⇒ ::Array[Types::Object]
- #delimiter ⇒ ::String
- #encoding_type ⇒ "url"
- #is_truncated ⇒ Boolean
- #marker ⇒ ::String
- #max_keys ⇒ ::Integer
- #name ⇒ ::String
- #next_marker ⇒ ::String
- #prefix ⇒ ::String
- #request_charged ⇒ "requester"
Instance Method Details
#common_prefixes ⇒ ::Array[Types::CommonPrefix]
1395 |
# File 'sig/client.rbs', line 1395
def common_prefixes: () -> ::Array[Types::CommonPrefix]
|
#contents ⇒ ::Array[Types::Object]
1390 |
# File 'sig/client.rbs', line 1390
def contents: () -> ::Array[Types::Object]
|
#delimiter ⇒ ::String
1393 |
# File 'sig/client.rbs', line 1393
def delimiter: () -> ::String
|
#encoding_type ⇒ "url"
1396 |
# File 'sig/client.rbs', line 1396
def encoding_type: () -> ("url")
|
#is_truncated ⇒ Boolean
1387 |
# File 'sig/client.rbs', line 1387
def is_truncated: () -> bool
|
#marker ⇒ ::String
1388 |
# File 'sig/client.rbs', line 1388
def marker: () -> ::String
|
#max_keys ⇒ ::Integer
1394 |
# File 'sig/client.rbs', line 1394
def max_keys: () -> ::Integer
|
#name ⇒ ::String
1391 |
# File 'sig/client.rbs', line 1391
def name: () -> ::String
|
#next_marker ⇒ ::String
1389 |
# File 'sig/client.rbs', line 1389
def next_marker: () -> ::String
|
#prefix ⇒ ::String
1392 |
# File 'sig/client.rbs', line 1392
def prefix: () -> ::String
|
#request_charged ⇒ "requester"
1397 |
# File 'sig/client.rbs', line 1397
def request_charged: () -> ("requester")
|