Class: Aws::Types::DeleteGrantResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGrantResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grant_arn ⇒ ::String
Returns the value of attribute grant_arn.
-
#status ⇒ "PENDING_WORKFLOW", ...
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#grant_arn ⇒ ::String
Returns the value of attribute grant_arn.
330 331 332 |
# File 'sig/types.rbs', line 330 def grant_arn @grant_arn end |
#status ⇒ "PENDING_WORKFLOW", ...
Returns the value of attribute status.
331 332 333 |
# File 'sig/types.rbs', line 331 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
332 333 334 |
# File 'sig/types.rbs', line 332 def version @version end |