Class: Aws::WorkMail::Types::PutInboundDmarcSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::PutInboundDmarcSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enforced ⇒ Boolean
Enforces or suspends a policy after it’s applied.
-
#organization_id ⇒ String
The ID of the organization that you are applying the DMARC policy to.
Instance Attribute Details
#enforced ⇒ Boolean
Enforces or suspends a policy after it’s applied.
4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-workmail/types.rb', line 4500 class PutInboundDmarcSettingsRequest < Struct.new( :organization_id, :enforced) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The ID of the organization that you are applying the DMARC policy to.
4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-workmail/types.rb', line 4500 class PutInboundDmarcSettingsRequest < Struct.new( :organization_id, :enforced) SENSITIVE = [] include Aws::Structure end |