Class: Aws::Types::BatchDeleteUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def client_token
  @client_token
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def network_id
  @network_id
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:

  • (::Array[::String])


53
54
55
# File 'sig/types.rbs', line 53

def user_ids
  @user_ids
end