Class: Aws::Types::GetGrantRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetGrantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grant_arn ⇒ ::String
Returns the value of attribute grant_arn.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#grant_arn ⇒ ::String
Returns the value of attribute grant_arn.
461 462 463 |
# File 'sig/types.rbs', line 461 def grant_arn @grant_arn end |
#version ⇒ ::String
Returns the value of attribute version.
462 463 464 |
# File 'sig/types.rbs', line 462 def version @version end |