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)


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.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


2379
2380
2381
# File 'sig/types.rbs', line 2379

def group_list
  @group_list
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def path
  @path
end

#permissions_boundaryTypes::AttachedPermissionsBoundary

Returns the value of attribute permissions_boundary.



2381
2382
2383
# File 'sig/types.rbs', line 2381

def permissions_boundary
  @permissions_boundary
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2382
2383
2384
# File 'sig/types.rbs', line 2382

def tags
  @tags
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2378
2379
2380
# File 'sig/types.rbs', line 2378

def user_policy_list
  @user_policy_list
end