Class: Aws::Types::Bucket
- Inherits:
-
Object
- Object
- Aws::Types::Bucket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
13 14 15 |
# File 'sig/types.rbs', line 13 def count @count end |
#value ⇒ ::String
Returns the value of attribute value.
12 13 14 |
# File 'sig/types.rbs', line 12 def value @value end |