Class: Aws::Types::AwsIamUserDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamUserDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_managed_policies ⇒ ::Array[Types::AwsIamAttachedManagedPolicy]
Returns the value of attribute attached_managed_policies.
-
#create_date ⇒ ::String
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::AwsIamPermissionsBoundary
Returns the value of attribute permissions_boundary.
-
#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::AwsIamUserPolicy]
Returns the value of attribute user_policy_list.
Instance Attribute Details
#attached_managed_policies ⇒ ::Array[Types::AwsIamAttachedManagedPolicy]
Returns the value of attribute attached_managed_policies.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def attached_managed_policies @attached_managed_policies end |
#create_date ⇒ ::String
Returns the value of attribute create_date.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def create_date @create_date end |
#group_list ⇒ ::Array[::String]
Returns the value of attribute group_list.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def group_list @group_list end |
#path ⇒ ::String
Returns the value of attribute path.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def path @path end |
#permissions_boundary ⇒ Types::AwsIamPermissionsBoundary
Returns the value of attribute permissions_boundary.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def @permissions_boundary end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def user_id @user_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def user_name @user_name end |
#user_policy_list ⇒ ::Array[Types::AwsIamUserPolicy]
Returns the value of attribute user_policy_list.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def user_policy_list @user_policy_list end |