Class: Aws::WorkMail::Types::DeleteMobileDeviceAccessRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteMobileDeviceAccessRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mobile_device_access_rule_id ⇒ String
The identifier of the rule to be deleted.
-
#organization_id ⇒ String
The WorkMail organization under which the rule will be deleted.
Instance Attribute Details
#mobile_device_access_rule_id ⇒ String
The identifier of the rule to be deleted.
1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-workmail/types.rb', line 1071 class DeleteMobileDeviceAccessRuleRequest < Struct.new( :organization_id, :mobile_device_access_rule_id) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization under which the rule will be deleted.
1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-workmail/types.rb', line 1071 class DeleteMobileDeviceAccessRuleRequest < Struct.new( :organization_id, :mobile_device_access_rule_id) SENSITIVE = [] include Aws::Structure end |