Class: Aws::Types::RemovePermissionResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemovePermissionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
391 392 393 |
# File 'sig/types.rbs', line 391 def policy @policy end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
392 393 394 |
# File 'sig/types.rbs', line 392 def revision_id @revision_id end |