Class: Aws::Types::UpdateEmailChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEmailChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#email_channel_request ⇒ Types::EmailChannelRequest
Returns the value of attribute email_channel_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def application_id @application_id end |
#email_channel_request ⇒ Types::EmailChannelRequest
Returns the value of attribute email_channel_request.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def email_channel_request @email_channel_request end |