Class: Aws::WorkMail::Types::Group

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

The representation of an WorkMail group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_dateTime

The date indicating when the group was disabled from WorkMail use.

Returns:

  • (Time)


2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2518

class Group < Struct.new(
  :id,
  :email,
  :name,
  :state,
  :enabled_date,
  :disabled_date)
  SENSITIVE = []
  include Aws::Structure
end

#emailString

The email of the group.

Returns:

  • (String)


2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2518

class Group < Struct.new(
  :id,
  :email,
  :name,
  :state,
  :enabled_date,
  :disabled_date)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_dateTime

The date indicating when the group was enabled for WorkMail use.

Returns:

  • (Time)


2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2518

class Group < Struct.new(
  :id,
  :email,
  :name,
  :state,
  :enabled_date,
  :disabled_date)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the group.

Returns:

  • (String)


2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2518

class Group < Struct.new(
  :id,
  :email,
  :name,
  :state,
  :enabled_date,
  :disabled_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the group.

Returns:

  • (String)


2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2518

class Group < Struct.new(
  :id,
  :email,
  :name,
  :state,
  :enabled_date,
  :disabled_date)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the group, which can be ENABLED, DISABLED, or DELETED.

Returns:

  • (String)


2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2518

class Group < Struct.new(
  :id,
  :email,
  :name,
  :state,
  :enabled_date,
  :disabled_date)
  SENSITIVE = []
  include Aws::Structure
end