Class: Aws::FinSpaceData::Types::DeletePermissionGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::DeletePermissionGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permission_group_id ⇒ String
The unique identifier for the deleted permission group.
Instance Attribute Details
#permission_group_id ⇒ String
The unique identifier for the deleted permission group.
1047 1048 1049 1050 1051 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1047 class DeletePermissionGroupResponse < Struct.new( :permission_group_id) SENSITIVE = [] include Aws::Structure end |