Class: Aws::Types::UpdateRoleMappings
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoleMappings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_or_update_role_mappings ⇒ ::Array[Types::ArgoCdRoleMapping]
Returns the value of attribute add_or_update_role_mappings.
-
#remove_role_mappings ⇒ ::Array[Types::ArgoCdRoleMapping]
Returns the value of attribute remove_role_mappings.
Instance Attribute Details
#add_or_update_role_mappings ⇒ ::Array[Types::ArgoCdRoleMapping]
Returns the value of attribute add_or_update_role_mappings.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def add_or_update_role_mappings @add_or_update_role_mappings end |
#remove_role_mappings ⇒ ::Array[Types::ArgoCdRoleMapping]
Returns the value of attribute remove_role_mappings.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def remove_role_mappings @remove_role_mappings end |