Class: Aws::Types::RejectGrantResponse
- Inherits:
-
Object
- Object
- Aws::Types::RejectGrantResponse
- 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.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def grant_arn @grant_arn end |
#status ⇒ "PENDING_WORKFLOW", ...
Returns the value of attribute status.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def version @version end |