Class: Aws::FinSpaceData::Types::DeletePermissionGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1034

class DeletePermissionGroupRequest < Struct.new(
  :permission_group_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#permission_group_idString

The unique identifier for the permission group that you want to delete.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1034

class DeletePermissionGroupRequest < Struct.new(
  :permission_group_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end