Class: Aws::WorkMail::Types::DescribeInboundDmarcSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeInboundDmarcSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enforced ⇒ Boolean
Lists the enforcement setting of the applied policy.
Instance Attribute Details
#enforced ⇒ Boolean
Lists the enforcement setting of the applied policy.
1487 1488 1489 1490 1491 |
# File 'lib/aws-sdk-workmail/types.rb', line 1487 class DescribeInboundDmarcSettingsResponse < Struct.new( :enforced) SENSITIVE = [] include Aws::Structure end |