Class: Aws::Types::SetIdentityDkimEnabledRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetIdentityDkimEnabledRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dkim_enabled ⇒ Boolean
Returns the value of attribute dkim_enabled.
-
#identity ⇒ ::String
Returns the value of attribute identity.
Instance Attribute Details
#dkim_enabled ⇒ Boolean
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 |