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:



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.

Returns:



2004
2005
2006
# File 'sig/types.rbs', line 2004

def remove_role_mappings
  @remove_role_mappings
end