Class: Aws::WorkMail::Types::PutInboundDmarcSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enforcedBoolean

Enforces or suspends a policy after it’s applied.

Returns:

  • (Boolean)


4110
4111
4112
4113
4114
4115
# File 'lib/aws-sdk-workmail/types.rb', line 4110

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

#organization_idString

The ID of the organization that you are applying the DMARC policy to.

Returns:

  • (String)


4110
4111
4112
4113
4114
4115
# File 'lib/aws-sdk-workmail/types.rb', line 4110

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