Class: Aws::WorkMail::Types::ListMobileDeviceAccessOverridesRequest

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

#device_idString

The mobile device to which the access override applies.

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/aws-sdk-workmail/types.rb', line 3264

class ListMobileDeviceAccessOverridesRequest < Struct.new(
  :organization_id,
  :user_id,
  :device_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/aws-sdk-workmail/types.rb', line 3264

class ListMobileDeviceAccessOverridesRequest < Struct.new(
  :organization_id,
  :user_id,
  :device_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. The first call does not require a token.

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/aws-sdk-workmail/types.rb', line 3264

class ListMobileDeviceAccessOverridesRequest < Struct.new(
  :organization_id,
  :user_id,
  :device_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The WorkMail organization under which to list mobile device access overrides.

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/aws-sdk-workmail/types.rb', line 3264

class ListMobileDeviceAccessOverridesRequest < Struct.new(
  :organization_id,
  :user_id,
  :device_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:

  • User ID: ‘12345678-1234-1234-1234-123456789012` or `S-1-1-12-1234567890-123456789-123456789-1234`

  • Email address: ‘[email protected]`

  • User name: ‘user`

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
3271
3272
# File 'lib/aws-sdk-workmail/types.rb', line 3264

class ListMobileDeviceAccessOverridesRequest < Struct.new(
  :organization_id,
  :user_id,
  :device_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end