Class: Aws::WorkMail::Types::GroupIdentifier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#group_idString

Group ID that matched the group.

Returns:

  • (String)


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_nameString

Group name that matched the group.

Returns:

  • (String)


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