Class: Aws::Types::PutEmailIdentityDkimAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEmailIdentityDkimAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
-
#signing_enabled ⇒ Boolean
Returns the value of attribute signing_enabled.
Instance Attribute Details
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def email_identity @email_identity end |
#signing_enabled ⇒ Boolean
Returns the value of attribute signing_enabled.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def signing_enabled @signing_enabled end |