Class: Aws::Types::SetIdentityDkimEnabledRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_enabledBoolean

Returns the value of attribute dkim_enabled.



941
942
943
# File 'sig/types.rbs', line 941

def dkim_enabled
  @dkim_enabled
end

#identity::String

Returns the value of attribute identity.



940
941
942
# File 'sig/types.rbs', line 940

def identity
  @identity
end