Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:primary_email, :primary_provisioned_number, :display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def 
  @account_id
end

#alexa_for_business_metadataTypes::AlexaForBusinessMetadata

Returns the value of attribute alexa_for_business_metadata.



956
957
958
# File 'sig/types.rbs', line 956

def 
  
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def display_name
  @display_name
end

#invited_on::Time

Returns the value of attribute invited_on.

Returns:

  • (::Time)


955
956
957
# File 'sig/types.rbs', line 955

def invited_on
  @invited_on
end

#license_type"Basic", ...

Returns the value of attribute license_type.

Returns:

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


950
951
952
# File 'sig/types.rbs', line 950

def license_type
  @license_type
end

#personal_pin::String

Returns the value of attribute personal_pin.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def personal_pin
  @personal_pin
end

#primary_email::String

Returns the value of attribute primary_email.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def primary_email
  @primary_email
end

#primary_provisioned_number::String

Returns the value of attribute primary_provisioned_number.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def primary_provisioned_number
  @primary_provisioned_number
end

#registered_on::Time

Returns the value of attribute registered_on.

Returns:

  • (::Time)


954
955
956
# File 'sig/types.rbs', line 954

def registered_on
  @registered_on
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def user_id
  @user_id
end

#user_invitation_status"Pending", ...

Returns the value of attribute user_invitation_status.

Returns:

  • ("Pending", "Accepted", "Failed")


953
954
955
# File 'sig/types.rbs', line 953

def user_invitation_status
  @user_invitation_status
end

#user_registration_status"Unregistered", ...

Returns the value of attribute user_registration_status.

Returns:

  • ("Unregistered", "Registered", "Suspended")


952
953
954
# File 'sig/types.rbs', line 952

def user_registration_status
  @user_registration_status
end

#user_type"PrivateUser", "SharedDevice"

Returns the value of attribute user_type.

Returns:

  • ("PrivateUser", "SharedDevice")


951
952
953
# File 'sig/types.rbs', line 951

def user_type
  @user_type
end