Class: Aws::Types::BackendStoragePermissions
- Inherits:
-
Object
- Object
- Aws::Types::BackendStoragePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authenticated ⇒ ::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")]
Returns the value of attribute authenticated.
-
#un_authenticated ⇒ ::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")]
Returns the value of attribute un_authenticated.
Instance Attribute Details
#authenticated ⇒ ::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")]
Returns the value of attribute authenticated.
126 127 128 |
# File 'sig/types.rbs', line 126 def authenticated @authenticated end |
#un_authenticated ⇒ ::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")]
Returns the value of attribute un_authenticated.
127 128 129 |
# File 'sig/types.rbs', line 127 def un_authenticated @un_authenticated end |