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

#hidden_from_global_address_listBoolean

If this parameter is enabled, the group will be hidden from the address book.

Returns:

  • (Boolean)


404
405
406
407
408
409
410
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 404

class CreateGroupRequest < Struct.new(
  :organization_id,
  :name,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the group.

Returns:

  • (String)


404
405
406
407
408
409
410
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 404

class CreateGroupRequest < Struct.new(
  :organization_id,
  :name,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The organization under which the group is to be created.

Returns:

  • (String)


404
405
406
407
408
409
410
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 404

class CreateGroupRequest < Struct.new(
  :organization_id,
  :name,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end