Class: Aws::WorkMail::Types::DeleteMobileDeviceAccessRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteMobileDeviceAccessRuleRequest
- Defined in:
- gems/aws-sdk-workmail/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.
884 885 886 887 888 889 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 884 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.
884 885 886 887 888 889 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 884 class DeleteMobileDeviceAccessRuleRequest < Struct.new( :organization_id, :mobile_device_access_rule_id) SENSITIVE = [] include Aws::Structure end |