Class: Aws::SSOAdmin::Types::GetPermissionsBoundaryForPermissionSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permissions_boundary ⇒ Types::PermissionsBoundary

The permissions boundary attached to the specified permission set.



2276
2277
2278
2279
2280
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2276

class GetPermissionsBoundaryForPermissionSetResponse < Struct.new(
  :permissions_boundary)
  SENSITIVE = []
  include Aws::Structure
end