Class: Aws::Types::UpdateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def 
  @account_id
end

#alexa_for_business_metadataTypes::AlexaForBusinessMetadata

Returns the value of attribute alexa_for_business_metadata.



920
921
922
# File 'sig/types.rbs', line 920

def 
  @alexa_for_business_metadata
end

#license_type"Basic", ...

Returns the value of attribute license_type.

Returns:

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


918
919
920
# File 'sig/types.rbs', line 918

def license_type
  @license_type
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def user_id
  @user_id
end

#user_type"PrivateUser", "SharedDevice"

Returns the value of attribute user_type.

Returns:

  • ("PrivateUser", "SharedDevice")


919
920
921
# File 'sig/types.rbs', line 919

def user_type
  @user_type
end