Class: Aws::Types::DeleteGrantRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGrantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grant_arn ⇒ ::String
Returns the value of attribute grant_arn.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#grant_arn ⇒ ::String
Returns the value of attribute grant_arn.
323 324 325 |
# File 'sig/types.rbs', line 323 def grant_arn @grant_arn end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
324 325 326 |
# File 'sig/types.rbs', line 324 def status_reason @status_reason end |
#version ⇒ ::String
Returns the value of attribute version.
325 326 327 |
# File 'sig/types.rbs', line 325 def version @version end |