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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2479

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)


2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2479

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)


2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2479

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)


2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2479

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)


2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2479

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)


2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2479

class GetMobileDeviceAccessOverrideResponse < Struct.new(
  :user_id,
  :device_id,
  :effect,
  :description,
  :date_created,
  :date_modified)
  SENSITIVE = []
  include Aws::Structure
end