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)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def permissions_boundary
  @permissions_boundary
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def user_name
  @user_name
end