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:



2140
2141
2142
# File 'sig/types.rbs', line 2140

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:



2141
2142
2143
# File 'sig/types.rbs', line 2141

def remove_role_mappings
  @remove_role_mappings
end