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.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def read_write_access @read_write_access end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def unknown @unknown end |