Class: Aws::Types::ResourceDownloadOwnerSetting
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDownloadOwnerSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_owner ⇒ ::String
Returns the value of attribute group_owner.
-
#group_permission ⇒ "ro", "rw"
Returns the value of attribute group_permission.
Instance Attribute Details
#group_owner ⇒ ::String
Returns the value of attribute group_owner.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def group_owner @group_owner end |
#group_permission ⇒ "ro", "rw"
Returns the value of attribute group_permission.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def @group_permission end |