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.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 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.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def remove_role_mappings @remove_role_mappings end |