Class: Aws::WorkMail::Types::GetMobileDeviceAccessOverrideResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_createdTime

The date the override was first created.

Returns:

  • (Time)


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_modifiedTime

The date the description was last modified.

Returns:

  • (Time)


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

#descriptionString

A description of the override.

Returns:

  • (String)


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_idString

The device to which the access override applies.

Returns:

  • (String)


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

#effectString

The effect of the override, ‘ALLOW` or `DENY`.

Returns:

  • (String)


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_idString

The WorkMail user to which the access override applies.

Returns:

  • (String)


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