Class: Aws::Types::UserDetail
- Inherits:
-
Object
- Object
- Aws::Types::UserDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attached_managed_policies ⇒ ::Array[Types::AttachedPolicy]
Returns the value of attribute attached_managed_policies.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#group_list ⇒ ::Array[::String]
Returns the value of attribute group_list.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
-
#user_policy_list ⇒ ::Array[Types::PolicyDetail]
Returns the value of attribute user_policy_list.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def arn @arn end |
#attached_managed_policies ⇒ ::Array[Types::AttachedPolicy]
Returns the value of attribute attached_managed_policies.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def attached_managed_policies @attached_managed_policies end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def create_date @create_date end |
#group_list ⇒ ::Array[::String]
Returns the value of attribute group_list.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def group_list @group_list end |
#path ⇒ ::String
Returns the value of attribute path.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def path @path end |
#permissions_boundary ⇒ Types::AttachedPermissionsBoundary
Returns the value of attribute permissions_boundary.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def @permissions_boundary end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def @tags end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def user_id @user_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def user_name @user_name end |
#user_policy_list ⇒ ::Array[Types::PolicyDetail]
Returns the value of attribute user_policy_list.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def user_policy_list @user_policy_list end |