Class: Aws::Types::BatchRemoveRoleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_ids::Array[::String]

Returns the value of attribute accessor_ids.

Returns:

  • (::Array[::String])


66
67
68
# File 'sig/types.rbs', line 66

def accessor_ids
  @accessor_ids
end

#role"EXPERT", ...

Returns the value of attribute role.

Returns:

  • ("EXPERT", "MODERATOR", "ADMINISTRATOR", "SUPPORTREQUESTOR")


67
68
69
# File 'sig/types.rbs', line 67

def role
  @role
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def space_id
  @space_id
end