Class: Aws::WorkMail::Types::DeleteAccessControlRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteAccessControlRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the access control rule.
-
#organization_id ⇒ String
The identifier for the organization.
Instance Attribute Details
#name ⇒ String
The name of the access control rule.
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_id ⇒ String
The identifier for the organization.
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 |