Module: Aws::Lightsail::Client::_GetBucketsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBucketsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_level_bpa_sync ⇒ Types::AccountLevelBpaSync
- #buckets ⇒ ::Array[Types::Bucket]
- #next_page_token ⇒ ::String
Instance Method Details
#account_level_bpa_sync ⇒ Types::AccountLevelBpaSync
1058 |
# File 'sig/client.rbs', line 1058
def account_level_bpa_sync: () -> Types::AccountLevelBpaSync
|
#buckets ⇒ ::Array[Types::Bucket]
1056 |
# File 'sig/client.rbs', line 1056
def buckets: () -> ::Array[Types::Bucket]
|
#next_page_token ⇒ ::String
1057 |
# File 'sig/client.rbs', line 1057
def next_page_token: () -> ::String
|