Class: Aws::WorkMail::Types::CreateGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateGroupRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the group.
-
#organization_id ⇒ String
The organization under which the group is to be created.
Instance Attribute Details
#name ⇒ String
The name of the group.
360 361 362 363 364 365 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 360 class CreateGroupRequest < Struct.new( :organization_id, :name) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The organization under which the group is to be created.
360 361 362 363 364 365 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 360 class CreateGroupRequest < Struct.new( :organization_id, :name) SENSITIVE = [] include Aws::Structure end |