Class: Aws::WorkMail::Types::ListMobileDeviceAccessOverridesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListMobileDeviceAccessOverridesRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The mobile device to which the access override applies.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#organization_id ⇒ String
The WorkMail organization under which to list mobile device access overrides.
-
#user_id ⇒ String
The WorkMail user under which you list the mobile device access overrides.
Instance Attribute Details
#device_id ⇒ String
The mobile device to which the access override applies.
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_results ⇒ Integer
The maximum number of results to return in a single call.
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_token ⇒ String
The token to use to retrieve the next page of results. The first call does not require a token.
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_id ⇒ String
The WorkMail organization under which to list mobile device access overrides.
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_id ⇒ String
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
orS-1-1-12-1234567890-123456789-123456789-1234
Email address:
user@domain.tld
User name:
user
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 |