Class: Aws::Types::DeleteAccessGrantsLocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccessGrantsLocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
Instance Attribute Details
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def access_grants_location_id @access_grants_location_id end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def account_id @account_id end |