Class: Aws::WorkMail::Types::ListMobileDeviceAccessRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListMobileDeviceAccessRulesResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rules ⇒ Array<Types::MobileDeviceAccessRule>
The list of mobile device access rules that exist under the specified WorkMail organization.
Instance Attribute Details
#rules ⇒ Array<Types::MobileDeviceAccessRule>
The list of mobile device access rules that exist under the specified WorkMail organization.
2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2804 class ListMobileDeviceAccessRulesResponse < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |