Class: Aws::FinSpaceData::Types::GetPermissionGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetPermissionGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permission_group ⇒ Types::PermissionGroup
The structure for a permission group.
Instance Attribute Details
#permission_group ⇒ Types::PermissionGroup
The structure for a permission group.
1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1523 class GetPermissionGroupResponse < Struct.new( :permission_group) SENSITIVE = [] include Aws::Structure end |