Class: Aws::Types::UpdateUserRequestItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alexa_for_business_metadataTypes::AlexaForBusinessMetadata

Returns the value of attribute alexa_for_business_metadata.



928
929
930
# File 'sig/types.rbs', line 928

def 
  @alexa_for_business_metadata
end

#license_type"Basic", ...

Returns the value of attribute license_type.

Returns:

  • ("Basic", "Plus", "Pro", "ProTrial")


926
927
928
# File 'sig/types.rbs', line 926

def license_type
  @license_type
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def user_id
  @user_id
end

#user_type"PrivateUser", "SharedDevice"

Returns the value of attribute user_type.

Returns:

  • ("PrivateUser", "SharedDevice")


927
928
929
# File 'sig/types.rbs', line 927

def user_type
  @user_type
end