Class: Aws::WorkMail::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::Member
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The representation of a user or group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disabled_date ⇒ Time
The date indicating when the member was disabled from WorkMail use.
-
#enabled_date ⇒ Time
The date indicating when the member was enabled for WorkMail use.
-
#id ⇒ String
The identifier of the member.
-
#name ⇒ String
The name of the member.
-
#state ⇒ String
The state of the member, which can be ENABLED, DISABLED, or DELETED.
-
#type ⇒ String
A member can be a user or group.
Instance Attribute Details
#disabled_date ⇒ Time
The date indicating when the member was disabled from WorkMail use.
4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-workmail/types.rb', line 4015 class Member < Struct.new( :id, :name, :type, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#enabled_date ⇒ Time
The date indicating when the member was enabled for WorkMail use.
4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-workmail/types.rb', line 4015 class Member < Struct.new( :id, :name, :type, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the member.
4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-workmail/types.rb', line 4015 class Member < Struct.new( :id, :name, :type, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the member.
4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-workmail/types.rb', line 4015 class Member < Struct.new( :id, :name, :type, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the member, which can be ENABLED, DISABLED, or DELETED.
4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-workmail/types.rb', line 4015 class Member < Struct.new( :id, :name, :type, :state, :enabled_date, :disabled_date) SENSITIVE = [] include Aws::Structure end |