Class: Aws::WorkMail::Types::DeleteAccessControlRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteAccessControlRuleRequest
- Defined in:
- gems/aws-sdk-workmail/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.
687 688 689 690 691 692 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 687 class DeleteAccessControlRuleRequest < Struct.new( :organization_id, :name) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The identifier for the organization.
687 688 689 690 691 692 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 687 class DeleteAccessControlRuleRequest < Struct.new( :organization_id, :name) SENSITIVE = [] include Aws::Structure end |