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)


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