Class: Aws::Types::PutUserPermissionsBoundaryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#permissions_boundary::String

Returns the value of attribute permissions_boundary.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def permissions_boundary
  @permissions_boundary
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def user_name
  @user_name
end