Class: Aws::Types::RevokeGrantRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeGrantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#grant_id ⇒ ::String
Returns the value of attribute grant_id.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
860 861 862 |
# File 'sig/types.rbs', line 860 def dry_run @dry_run end |
#grant_id ⇒ ::String
Returns the value of attribute grant_id.
859 860 861 |
# File 'sig/types.rbs', line 859 def grant_id @grant_id end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
858 859 860 |
# File 'sig/types.rbs', line 858 def key_id @key_id end |