Class: Aws::WorkMail::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::Group
- 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
-
#disabled_date ⇒ Time
The date indicating when the group was disabled from WorkMail use.
-
#email ⇒ String
The email of the group.
-
#enabled_date ⇒ Time
The date indicating when the group was enabled for WorkMail use.
-
#id ⇒ String
The identifier of the group.
-
#name ⇒ String
The name of the group.
-
#state ⇒ String
The state of the group, which can be ENABLED, DISABLED, or DELETED.
Instance Attribute Details
#disabled_date ⇒ Time
The date indicating when the group was disabled from WorkMail use.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2728 class Group < Struct.new( :id, :email, :name, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
The email of the group.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2728 class Group < Struct.new( :id, :email, :name, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#enabled_date ⇒ Time
The date indicating when the group was enabled for WorkMail use.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2728 class Group < Struct.new( :id, :email, :name, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the group.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2728 class Group < Struct.new( :id, :email, :name, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the group.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2728 class Group < Struct.new( :id, :email, :name, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the group, which can be ENABLED, DISABLED, or DELETED.
2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2728 class Group < Struct.new( :id, :email, :name, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |