Class: Aws::Types::ResourceAccessPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResourceAccessPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permission ⇒ "ro", "rw"
Returns the value of attribute permission.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#permission ⇒ "ro", "rw"
Returns the value of attribute permission.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def @permission end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def resource_id @resource_id end |