Class: Aws::WorkMail::Types::CreateGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hidden_from_global_address_list ⇒ Boolean
If this parameter is enabled, the group will be hidden from the address book.
-
#name ⇒ String
The name of the group.
-
#organization_id ⇒ String
The organization under which the group is to be created.
Instance Attribute Details
#hidden_from_global_address_list ⇒ Boolean
If this parameter is enabled, the group will be hidden from the address book.
404 405 406 407 408 409 410 |
# File '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 |
#name ⇒ String
The name of the group.
404 405 406 407 408 409 410 |
# File '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_id ⇒ String
The organization under which the group is to be created.
404 405 406 407 408 409 410 |
# File '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 |