Class: Aws::WorkMail::Types::GetMobileDeviceAccessOverrideResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetMobileDeviceAccessOverrideResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_created ⇒ Time
The date the override was first created.
-
#date_modified ⇒ Time
The date the description was last modified.
-
#description ⇒ String
A description of the override.
-
#device_id ⇒ String
The device to which the access 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.
2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-workmail/types.rb', line 2630 class GetMobileDeviceAccessOverrideResponse < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#date_modified ⇒ Time
The date the description was last modified.
2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-workmail/types.rb', line 2630 class GetMobileDeviceAccessOverrideResponse < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the override.
2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-workmail/types.rb', line 2630 class GetMobileDeviceAccessOverrideResponse < 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 access override applies.
2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-workmail/types.rb', line 2630 class GetMobileDeviceAccessOverrideResponse < 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`.
2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-workmail/types.rb', line 2630 class GetMobileDeviceAccessOverrideResponse < 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.
2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-workmail/types.rb', line 2630 class GetMobileDeviceAccessOverrideResponse < Struct.new( :user_id, :device_id, :effect, :description, :date_created, :date_modified) SENSITIVE = [] include Aws::Structure end |