Class: Aws::WorkMail::Types::CreateGroupResponse

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

#group_idString

The identifier of the group.

Returns:

  • (String)


418
419
420
421
422
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 418

class CreateGroupResponse < Struct.new(
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end