Class: Aws::Types::UpdateAccessGrantsLocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccessGrantsLocationRequest
- 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.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
Instance Attribute Details
#access_grants_location_id ⇒ ::String
Returns the value of attribute access_grants_location_id.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def access_grants_location_id @access_grants_location_id end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def account_id @account_id end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def iam_role_arn @iam_role_arn end |