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

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

#device_idString

The mobile device to which the access override applies.

Returns:

  • (String)


2756
2757
2758
2759
2760
2761
2762
2763
2764
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2756

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)


2756
2757
2758
2759
2760
2761
2762
2763
2764
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2756

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)


2756
2757
2758
2759
2760
2761
2762
2763
2764
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2756

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)


2756
2757
2758
2759
2760
2761
2762
2763
2764
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2756

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: user@domain.tld

  • User name: user

Returns:

  • (String)


2756
2757
2758
2759
2760
2761
2762
2763
2764
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2756

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