Class: Aws::Types::PutRolePermissionsBoundaryRequest

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)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def permissions_boundary
  @permissions_boundary
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def role_name
  @role_name
end