Class: Aws::Types::UpdateRoleMappings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_or_update_role_mappings::Array[Types::ArgoCdRoleMapping]

Returns the value of attribute add_or_update_role_mappings.

Returns:



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.

Returns:



2111
2112
2113
# File 'sig/types.rbs', line 2111

def remove_role_mappings
  @remove_role_mappings
end