Class: Aws::Types::ListBucketsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBucketsOutput
- 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.
-
#owner ⇒ Types::Owner
Returns the value of attribute owner.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#buckets ⇒ ::Array[Types::Bucket]
Returns the value of attribute buckets.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def buckets @buckets end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def continuation_token @continuation_token end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def owner @owner end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def prefix @prefix end |