Class: Aws::Types::CreateGrantResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGrantResponse
- 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.
140 141 142 |
# File 'sig/types.rbs', line 140 def grant_arn @grant_arn end |
#status ⇒ "PENDING_WORKFLOW", ...
Returns the value of attribute status.
141 142 143 |
# File 'sig/types.rbs', line 141 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
142 143 144 |
# File 'sig/types.rbs', line 142 def version @version end |