Class: Aws::Types::S3AccessGrantsScopeUnion
- Inherits:
-
Object
- Object
- Aws::Types::S3AccessGrantsScopeUnion
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ReadWriteAccess, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_write_access ⇒ Types::ReadWriteAccess
Returns the value of attribute read_write_access.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#read_write_access ⇒ Types::ReadWriteAccess
Returns the value of attribute read_write_access.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def read_write_access @read_write_access end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def unknown @unknown end |