Class: Aws::Types::PutUserStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_status_id::String

Returns the value of attribute agent_status_id.

Returns:

  • (::String)


6367
6368
6369
# File 'sig/types.rbs', line 6367

def agent_status_id
  @agent_status_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


6366
6367
6368
# File 'sig/types.rbs', line 6366

def instance_id
  @instance_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


6365
6366
6367
# File 'sig/types.rbs', line 6365

def user_id
  @user_id
end