Class: Aws::Types::BucketCountByEffectivePermission
- Inherits:
-
Object
- Object
- Aws::Types::BucketCountByEffectivePermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#publicly_accessible ⇒ ::Integer
Returns the value of attribute publicly_accessible.
-
#publicly_readable ⇒ ::Integer
Returns the value of attribute publicly_readable.
-
#publicly_writable ⇒ ::Integer
Returns the value of attribute publicly_writable.
-
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
Instance Attribute Details
#publicly_accessible ⇒ ::Integer
Returns the value of attribute publicly_accessible.
157 158 159 |
# File 'sig/types.rbs', line 157 def publicly_accessible @publicly_accessible end |
#publicly_readable ⇒ ::Integer
Returns the value of attribute publicly_readable.
158 159 160 |
# File 'sig/types.rbs', line 158 def publicly_readable @publicly_readable end |
#publicly_writable ⇒ ::Integer
Returns the value of attribute publicly_writable.
159 160 161 |
# File 'sig/types.rbs', line 159 def publicly_writable @publicly_writable end |
#unknown ⇒ ::Integer
Returns the value of attribute unknown.
160 161 162 |
# File 'sig/types.rbs', line 160 def unknown @unknown end |