Method: Aws::WorkMail::Types::Member#state
- Defined in:
- lib/aws-sdk-workmail/types.rb
#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 |