Class: Aws::Types::ListDirectoryBucketsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDirectoryBucketsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buckets ⇒ ::Array[Types::Bucket]
Returns the value of attribute buckets.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
Instance Attribute Details
#buckets ⇒ ::Array[Types::Bucket]
Returns the value of attribute buckets.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def buckets @buckets end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def continuation_token @continuation_token end |