Class: Aws::WorkMail::Types::ListMobileDeviceAccessRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListMobileDeviceAccessRulesRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The WorkMail organization for which to list the rules.
Instance Attribute Details
#organization_id ⇒ String
The WorkMail organization for which to list the rules.
2791 2792 2793 2794 2795 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2791 class ListMobileDeviceAccessRulesRequest < Struct.new( :organization_id) SENSITIVE = [] include Aws::Structure end |