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.
460 461 462 |
# File 'sig/types.rbs', line 460 def email_identity @email_identity end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
461 462 463 |
# File 'sig/types.rbs', line 461 def policy_name @policy_name end |