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.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def buckets @buckets end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def continuation_token @continuation_token end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def owner @owner end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def prefix @prefix end |