Class: Aws::WorkMail::Types::DeleteAccessControlRuleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the access control rule.

Returns:

  • (String)


812
813
814
815
816
817
# File 'lib/aws-sdk-workmail/types.rb', line 812

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

#organization_idString

The identifier for the organization.

Returns:

  • (String)


812
813
814
815
816
817
# File 'lib/aws-sdk-workmail/types.rb', line 812

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