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)


108
109
110
# File 'sig/types.rbs', line 108

def permissions_boundary_arn
  @permissions_boundary_arn
end

#permissions_boundary_type"PermissionsBoundaryPolicy"

Returns the value of attribute permissions_boundary_type.

Returns:

  • ("PermissionsBoundaryPolicy")


107
108
109
# File 'sig/types.rbs', line 107

def permissions_boundary_type
  @permissions_boundary_type
end