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)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def permissions_boundary
  @permissions_boundary
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def role_name
  @role_name
end