Class: Aws::Types::ListDirectoryBucketsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDirectoryBucketsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#max_directory_buckets ⇒ ::Integer
Returns the value of attribute max_directory_buckets.
Instance Attribute Details
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def continuation_token @continuation_token end |
#max_directory_buckets ⇒ ::Integer
Returns the value of attribute max_directory_buckets.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def max_directory_buckets @max_directory_buckets end |