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.
2014 2015 2016 2017 2018 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2014 class GetPermissionsBoundaryForPermissionSetResponse < Struct.new( :permissions_boundary) SENSITIVE = [] include Aws::Structure end |