Class: Aws::Types::GetAccessGrantsLocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessGrantsLocationRequest
- 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.
582 583 584 |
# File 'sig/types.rbs', line 582 def access_grants_location_id @access_grants_location_id end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
581 582 583 |
# File 'sig/types.rbs', line 581 def account_id @account_id end |