Class: Aws::SSOAdmin::Types::GetPermissionsBoundaryForPermissionSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetPermissionsBoundaryForPermissionSetResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permissions_boundary ⇒ Types::PermissionsBoundary
The permissions boundary attached to the specified permission set.
Instance Attribute Details
#permissions_boundary ⇒ Types::PermissionsBoundary
The permissions boundary attached to the specified permission set.
1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1998 class GetPermissionsBoundaryForPermissionSetResponse < Struct.new( :permissions_boundary) SENSITIVE = [] include Aws::Structure end |