Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#external_login_federation_provider_type ⇒ ::String
Returns the value of attribute external_login_federation_provider_type.
-
#external_login_federation_provider_url ⇒ ::String
Returns the value of attribute external_login_federation_provider_url.
-
#external_login_id ⇒ ::String
Returns the value of attribute external_login_id.
-
#identity_type ⇒ "IAM", ...
Returns the value of attribute identity_type.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
12858 12859 12860 |
# File 'sig/types.rbs', line 12858 def active @active end |
#arn ⇒ ::String
Returns the value of attribute arn.
12853 12854 12855 |
# File 'sig/types.rbs', line 12853 def arn @arn end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
12860 12861 12862 |
# File 'sig/types.rbs', line 12860 def @custom_permissions_name end |
#email ⇒ ::String
Returns the value of attribute email.
12855 12856 12857 |
# File 'sig/types.rbs', line 12855 def email @email end |
#external_login_federation_provider_type ⇒ ::String
Returns the value of attribute external_login_federation_provider_type.
12861 12862 12863 |
# File 'sig/types.rbs', line 12861 def external_login_federation_provider_type @external_login_federation_provider_type end |
#external_login_federation_provider_url ⇒ ::String
Returns the value of attribute external_login_federation_provider_url.
12862 12863 12864 |
# File 'sig/types.rbs', line 12862 def external_login_federation_provider_url @external_login_federation_provider_url end |
#external_login_id ⇒ ::String
Returns the value of attribute external_login_id.
12863 12864 12865 |
# File 'sig/types.rbs', line 12863 def external_login_id @external_login_id end |
#identity_type ⇒ "IAM", ...
Returns the value of attribute identity_type.
12857 12858 12859 |
# File 'sig/types.rbs', line 12857 def identity_type @identity_type end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
12859 12860 12861 |
# File 'sig/types.rbs', line 12859 def principal_id @principal_id end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
12856 12857 12858 |
# File 'sig/types.rbs', line 12856 def role @role end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
12854 12855 12856 |
# File 'sig/types.rbs', line 12854 def user_name @user_name end |