Class: Aws::WorkMail::Types::DeleteGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The identifier of the group to be deleted.
-
#organization_id ⇒ String
The organization that contains the group.
Instance Attribute Details
#group_id ⇒ String
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
910 911 912 913 914 915 |
# File 'lib/aws-sdk-workmail/types.rb', line 910 class DeleteGroupRequest < Struct.new( :organization_id, :group_id) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The organization that contains the group.
910 911 912 913 914 915 |
# File 'lib/aws-sdk-workmail/types.rb', line 910 class DeleteGroupRequest < Struct.new( :organization_id, :group_id) SENSITIVE = [] include Aws::Structure end |