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

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

#enforcedBoolean

Lists the enforcement setting of the applied policy.

Returns:

  • (Boolean)


1350
1351
1352
1353
1354
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1350

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