Class: Aws::SSOAdmin::Types::GetPermissionsBoundaryForPermissionSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetPermissionsBoundaryForPermissionSetResponse
- Defined in:
- gems/aws-sdk-ssoadmin/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 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1998 class GetPermissionsBoundaryForPermissionSetResponse < Struct.new( :permissions_boundary) SENSITIVE = [] include Aws::Structure end |