Class: Aws::Types::Permissions
- Inherits:
-
Object
- Object
- Aws::Types::Permissions
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3 ⇒ ::Array[("READ" | "WRITE")]
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3 ⇒ ::Array[("READ" | "WRITE")]
Returns the value of attribute s3.
4791 4792 4793 |
# File 'sig/types.rbs', line 4791 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4792 4793 4794 |
# File 'sig/types.rbs', line 4792 def unknown @unknown end |