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)


995
996
997
998
999
1000
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 995

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)


995
996
997
998
999
1000
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 995

class DeleteMobileDeviceAccessRuleRequest < Struct.new(
  :organization_id,
  :mobile_device_access_rule_id)
  SENSITIVE = []
  include Aws::Structure
end