Class: Aws::WorkMail::Types::DeleteMobileDeviceAccessRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mobile_device_access_rule_idString

The identifier of the rule to be deleted.

Returns:

  • (String)


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_idString

The WorkMail organization under which the rule will be deleted.

Returns:

  • (String)


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