Class: Aws::Types::BatchResetDevicesForUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_ids::Array[::String]

Returns the value of attribute app_ids.

Returns:

  • (::Array[::String])


108
109
110
# File 'sig/types.rbs', line 108

def app_ids
  @app_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def client_token
  @client_token
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def network_id
  @network_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def user_id
  @user_id
end