Class: Aws::WorkMail::Types::ListAccessControlRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListAccessControlRulesRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The identifier for the organization.
Instance Attribute Details
#organization_id ⇒ String
The identifier for the organization.
2356 2357 2358 2359 2360 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2356 class ListAccessControlRulesRequest < Struct.new( :organization_id) SENSITIVE = [] include Aws::Structure end |