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]
1407 |
# File 'sig/client.rbs', line 1407
def common_prefixes: () -> ::Array[Types::CommonPrefix]
|
#contents ⇒ ::Array[Types::Object]
1402 |
# File 'sig/client.rbs', line 1402
def contents: () -> ::Array[Types::Object]
|
#delimiter ⇒ ::String
1405 |
# File 'sig/client.rbs', line 1405
def delimiter: () -> ::String
|
#encoding_type ⇒ "url"
1408 |
# File 'sig/client.rbs', line 1408
def encoding_type: () -> ("url")
|
#is_truncated ⇒ Boolean
1399 |
# File 'sig/client.rbs', line 1399
def is_truncated: () -> bool
|
#marker ⇒ ::String
1400 |
# File 'sig/client.rbs', line 1400
def marker: () -> ::String
|
#max_keys ⇒ ::Integer
1406 |
# File 'sig/client.rbs', line 1406
def max_keys: () -> ::Integer
|
#name ⇒ ::String
1403 |
# File 'sig/client.rbs', line 1403
def name: () -> ::String
|
#next_marker ⇒ ::String
1401 |
# File 'sig/client.rbs', line 1401
def next_marker: () -> ::String
|
#prefix ⇒ ::String
1404 |
# File 'sig/client.rbs', line 1404
def prefix: () -> ::String
|
#request_charged ⇒ "requester"
1409 |
# File 'sig/client.rbs', line 1409
def request_charged: () -> ("requester")
|