Class: Aws::Types::DeleteEmailIdentityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEmailIdentityPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
446 447 448 |
# File 'sig/types.rbs', line 446 def email_identity @email_identity end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
447 448 449 |
# File 'sig/types.rbs', line 447 def policy_name @policy_name end |