Class: Aws::Types::CreateEmailIdentityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEmailIdentityPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
270 271 272 |
# File 'sig/types.rbs', line 270 def email_identity @email_identity end |
#policy ⇒ ::String
Returns the value of attribute policy.
272 273 274 |
# File 'sig/types.rbs', line 272 def policy @policy end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
271 272 273 |
# File 'sig/types.rbs', line 271 def policy_name @policy_name end |