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.
3545 3546 3547 3548 3549 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3545 class ListMobileDeviceAccessRulesResponse < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |