Class: Aws::WorkMail::Types::MobileDeviceAccessOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::MobileDeviceAccessOverride
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The override object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_created ⇒ Time
The date the override was first created.
-
#date_modified ⇒ Time
The date the override was last modified.
-
#description ⇒ String
A description of the override.
-
#device_id ⇒ String
The device to which the override applies.
-
#effect ⇒ String
The effect of the override, ‘ALLOW` or `DENY`.
-
#user_id ⇒ String
The WorkMail user to which the access override applies.
Instance Attribute Details
#date_created ⇒ Time
The date the override was first created.
4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 |
# File 'lib/aws-sdk-workmail/types.rb', line 4073 class MobileDeviceAccessOverride < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#date_modified ⇒ Time
The date the override was last modified.
4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 |
# File 'lib/aws-sdk-workmail/types.rb', line 4073 class MobileDeviceAccessOverride < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the override.
4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 |
# File 'lib/aws-sdk-workmail/types.rb', line 4073 class MobileDeviceAccessOverride < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The device to which the override applies.
4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 |
# File 'lib/aws-sdk-workmail/types.rb', line 4073 class MobileDeviceAccessOverride < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#effect ⇒ String
The effect of the override, ‘ALLOW` or `DENY`.
4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 |
# File 'lib/aws-sdk-workmail/types.rb', line 4073 class MobileDeviceAccessOverride < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The WorkMail user to which the access override applies.
4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 |
# File 'lib/aws-sdk-workmail/types.rb', line 4073 class MobileDeviceAccessOverride < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |