Class: Aws::Types::BucketCountBySharedAccessType
- Inherits:
-
Object
- Object
- Aws::Types::BucketCountBySharedAccessType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external ⇒ ::Integer
Returns the value of attribute external.
-
#internal ⇒ ::Integer
Returns the value of attribute internal.
-
#not_shared ⇒ ::Integer
Returns the value of attribute not_shared.
-
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
Instance Attribute Details
#external ⇒ ::Integer
Returns the value of attribute external.
173 174 175 |
# File 'sig/types.rbs', line 173 def external @external end |
#internal ⇒ ::Integer
Returns the value of attribute internal.
174 175 176 |
# File 'sig/types.rbs', line 174 def internal @internal end |
#not_shared ⇒ ::Integer
Returns the value of attribute not_shared.
175 176 177 |
# File 'sig/types.rbs', line 175 def not_shared @not_shared end |
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
176 177 178 |
# File 'sig/types.rbs', line 176 def unknown @unknown end |