Class: Aws::Types::AwsIamUserDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


3066
3067
3068
# File 'sig/types.rbs', line 3066

def group_list
  @group_list
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


3067
3068
3069
# File 'sig/types.rbs', line 3067

def path
  @path
end

#permissions_boundaryTypes::AwsIamPermissionsBoundary

Returns the value of attribute permissions_boundary.



3068
3069
3070
# File 'sig/types.rbs', line 3068

def permissions_boundary
  @permissions_boundary
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



3071
3072
3073
# File 'sig/types.rbs', line 3071

def user_policy_list
  @user_policy_list
end