Class: Aws::SSOAdmin::Types::DescribePermissionSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribePermissionSetResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permission_set ⇒ Types::PermissionSet
Describes the level of access on an Amazon Web Services account.
Instance Attribute Details
#permission_set ⇒ Types::PermissionSet
Describes the level of access on an Amazon Web Services account.
1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1669 class DescribePermissionSetResponse < Struct.new( :permission_set) SENSITIVE = [] include Aws::Structure end |