Class: Aws::Types::GetBucketsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_level_bpa_sync ⇒ Types::AccountLevelBpaSync
Returns the value of attribute account_level_bpa_sync.
-
#buckets ⇒ ::Array[Types::Bucket]
Returns the value of attribute buckets.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#account_level_bpa_sync ⇒ Types::AccountLevelBpaSync
Returns the value of attribute account_level_bpa_sync.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def account_level_bpa_sync @account_level_bpa_sync end |
#buckets ⇒ ::Array[Types::Bucket]
Returns the value of attribute buckets.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def buckets @buckets end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def next_page_token @next_page_token end |