Class: Aws::WorkMail::Types::CreateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateGroupResponse
- Includes:
- Structure
- Defined in:
- 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.
418 419 420 421 422 |
# File 'lib/aws-sdk-workmail/types.rb', line 418 class CreateGroupResponse < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |