Class: Aws::WorkMail::Types::ListAccessControlRulesRequest

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

#organization_idString

The identifier for the organization.

Returns:

  • (String)


2737
2738
2739
2740
2741
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2737

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