Class: Aws::WorkMail::Types::CreateGroupRequest

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

#nameString

The name of the group.

Returns:

  • (String)


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_idString

The organization under which the group is to be created.

Returns:

  • (String)


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