Class: Aws::Types::DeleteAccessGrantRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccessGrantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_grant_id ⇒ ::String
Returns the value of attribute access_grant_id.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
Instance Attribute Details
#access_grant_id ⇒ ::String
Returns the value of attribute access_grant_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def access_grant_id @access_grant_id end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def account_id @account_id end |