Class: Aws::WorkMail::Types::ListMobileDeviceAccessOverridesResponse

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

#next_tokenString

The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.

Returns:

  • (String)


3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3286

class ListMobileDeviceAccessOverridesResponse < Struct.new(
  :overrides,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#overridesArray<Types::MobileDeviceAccessOverride>

The list of mobile device access overrides that exist for the specified WorkMail organization and user.



3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3286

class ListMobileDeviceAccessOverridesResponse < Struct.new(
  :overrides,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end