Class: Aws::Types::UserDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def arn
  @arn
end

#attached_managed_policies::Array[Types::AttachedPolicy]

Returns the value of attribute attached_managed_policies.

Returns:



2496
2497
2498
# File 'sig/types.rbs', line 2496

def attached_managed_policies
  @attached_managed_policies
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def create_date
  @create_date
end

#group_list::Array[::String]

Returns the value of attribute group_list.

Returns:

  • (::Array[::String])


2495
2496
2497
# File 'sig/types.rbs', line 2495

def group_list
  @group_list
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def path
  @path
end

#permissions_boundaryTypes::AttachedPermissionsBoundary

Returns the value of attribute permissions_boundary.



2497
2498
2499
# File 'sig/types.rbs', line 2497

def permissions_boundary
  @permissions_boundary
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2498
2499
2500
# File 'sig/types.rbs', line 2498

def tags
  @tags
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def user_id
  @user_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def user_name
  @user_name
end

#user_policy_list::Array[Types::PolicyDetail]

Returns the value of attribute user_policy_list.

Returns:



2494
2495
2496
# File 'sig/types.rbs', line 2494

def user_policy_list
  @user_policy_list
end