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]
1271 |
# File 'sig/client.rbs', line 1271
def buckets: () -> ::Array[Types::Bucket]
|
#continuation_token ⇒ ::String
1273 |
# File 'sig/client.rbs', line 1273
def continuation_token: () -> ::String
|
#prefix ⇒ ::String
1274 |
# File 'sig/client.rbs', line 1274
def prefix: () -> ::String
|