Class: Aws::Types::CreateGrantVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGrantVersionResponse
- 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.
159 160 161 |
# File 'sig/types.rbs', line 159 def grant_arn @grant_arn end |
#status ⇒ "PENDING_WORKFLOW", ...
Returns the value of attribute status.
160 161 162 |
# File 'sig/types.rbs', line 160 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
161 162 163 |
# File 'sig/types.rbs', line 161 def version @version end |