Class: Aws::SSOAdmin::Types::CreatePermissionSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::CreatePermissionSetResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permission_set ⇒ Types::PermissionSet
Defines the level of access on an Amazon Web Services account.
Instance Attribute Details
#permission_set ⇒ Types::PermissionSet
Defines the level of access on an Amazon Web Services account.
881 882 883 884 885 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 881 class CreatePermissionSetResponse < Struct.new( :permission_set) SENSITIVE = [] include Aws::Structure end |