Module: Aws::S3::Client::_ListBucketsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBucketsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #buckets ⇒ ::Array[Types::Bucket]
- #continuation_token ⇒ ::String
- #owner ⇒ Types::Owner
- #prefix ⇒ ::String
Instance Method Details
#buckets ⇒ ::Array[Types::Bucket]
1283 |
# File 'sig/client.rbs', line 1283
def buckets: () -> ::Array[Types::Bucket]
|
#continuation_token ⇒ ::String
1285 |
# File 'sig/client.rbs', line 1285
def continuation_token: () -> ::String
|
#prefix ⇒ ::String
1286 |
# File 'sig/client.rbs', line 1286
def prefix: () -> ::String
|