Class: Aws::WorkMail::Types::GroupIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GroupIdentifier
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
The identifier that contains the Group ID and name of a group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
Group ID that matched the group.
-
#group_name ⇒ String
Group name that matched the group.
Instance Attribute Details
#group_id ⇒ String
Group ID that matched the group.
2751 2752 2753 2754 2755 2756 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2751 class GroupIdentifier < Struct.new( :group_id, :group_name) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
Group name that matched the group.
2751 2752 2753 2754 2755 2756 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2751 class GroupIdentifier < Struct.new( :group_id, :group_name) SENSITIVE = [] include Aws::Structure end |