Class: Aws::WorkMail::Types::DeleteGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The identifier of the group to be deleted.

The identifier can be the GroupId, or Groupname. The following identity formats are available:

  • Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234

  • Group name: group

Returns:

  • (String)


866
867
868
869
870
871
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 866

class DeleteGroupRequest < Struct.new(
  :organization_id,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The organization that contains the group.

Returns:

  • (String)


866
867
868
869
870
871
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 866

class DeleteGroupRequest < Struct.new(
  :organization_id,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end