Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#alexa_for_business_metadata ⇒ Types::AlexaForBusinessMetadata
Returns the value of attribute alexa_for_business_metadata.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#invited_on ⇒ ::Time
Returns the value of attribute invited_on.
-
#license_type ⇒ "Basic", ...
Returns the value of attribute license_type.
-
#personal_pin ⇒ ::String
Returns the value of attribute personal_pin.
-
#primary_email ⇒ ::String
Returns the value of attribute primary_email.
-
#primary_provisioned_number ⇒ ::String
Returns the value of attribute primary_provisioned_number.
-
#registered_on ⇒ ::Time
Returns the value of attribute registered_on.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_invitation_status ⇒ "Pending", ...
Returns the value of attribute user_invitation_status.
-
#user_registration_status ⇒ "Unregistered", ...
Returns the value of attribute user_registration_status.
-
#user_type ⇒ "PrivateUser", "SharedDevice"
Returns the value of attribute user_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def account_id @account_id end |
#alexa_for_business_metadata ⇒ Types::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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
951 952 953 |
# File 'sig/types.rbs', line 951 def user_type @user_type end |