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.
13314 13315 13316 |
# File 'sig/types.rbs', line 13314 def active @active end |
#arn ⇒ ::String
Returns the value of attribute arn.
13309 13310 13311 |
# File 'sig/types.rbs', line 13309 def arn @arn end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
13316 13317 13318 |
# File 'sig/types.rbs', line 13316 def @custom_permissions_name end |
#email ⇒ ::String
Returns the value of attribute email.
13311 13312 13313 |
# File 'sig/types.rbs', line 13311 def email @email end |
#external_login_federation_provider_type ⇒ ::String
Returns the value of attribute external_login_federation_provider_type.
13317 13318 13319 |
# File 'sig/types.rbs', line 13317 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.
13318 13319 13320 |
# File 'sig/types.rbs', line 13318 def external_login_federation_provider_url @external_login_federation_provider_url end |
#external_login_id ⇒ ::String
Returns the value of attribute external_login_id.
13319 13320 13321 |
# File 'sig/types.rbs', line 13319 def external_login_id @external_login_id end |
#identity_type ⇒ "IAM", ...
Returns the value of attribute identity_type.
13313 13314 13315 |
# File 'sig/types.rbs', line 13313 def identity_type @identity_type end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
13315 13316 13317 |
# File 'sig/types.rbs', line 13315 def principal_id @principal_id end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
13312 13313 13314 |
# File 'sig/types.rbs', line 13312 def role @role end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
13310 13311 13312 |
# File 'sig/types.rbs', line 13310 def user_name @user_name end |