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.
618 619 620 |
# File 'sig/types.rbs', line 618 def email_identity @email_identity end |
#signing_enabled ⇒ Boolean
Returns the value of attribute signing_enabled.
619 620 621 |
# File 'sig/types.rbs', line 619 def signing_enabled @signing_enabled end |