Class: Aws::Types::BucketInfo
- Inherits:
-
Object
- Object
- Aws::Types::BucketInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_redundancy ⇒ "SingleAvailabilityZone", "SingleLocalZone"
Returns the value of attribute data_redundancy.
-
#type ⇒ "Directory"
Returns the value of attribute type.
Instance Attribute Details
#data_redundancy ⇒ "SingleAvailabilityZone", "SingleLocalZone"
Returns the value of attribute data_redundancy.
148 149 150 |
# File 'sig/types.rbs', line 148 def data_redundancy @data_redundancy end |
#type ⇒ "Directory"
Returns the value of attribute type.
149 150 151 |
# File 'sig/types.rbs', line 149 def type @type end |