Class: Aws::WorkMail::Types::CreateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateGroupResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The identifier of the group.
Instance Attribute Details
#group_id ⇒ String
The identifier of the group.
373 374 375 376 377 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 373 class CreateGroupResponse < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |