Class: Aws::WorkMail::Types::DescribeInboundDmarcSettingsResponse

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

Lists the enforcement setting of the applied policy.

Returns:

  • (Boolean)


1487
1488
1489
1490
1491
# File 'lib/aws-sdk-workmail/types.rb', line 1487

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