Class: Aws::Types::AttachedPermissionsBoundary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#permissions_boundary_arn::String

Returns the value of attribute permissions_boundary_arn.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def permissions_boundary_arn
  @permissions_boundary_arn
end

#permissions_boundary_type"PermissionsBoundaryPolicy"

Returns the value of attribute permissions_boundary_type.

Returns:

  • ("PermissionsBoundaryPolicy")


95
96
97
# File 'sig/types.rbs', line 95

def permissions_boundary_type
  @permissions_boundary_type
end