Class: Aws::Types::SetDefaultSenderIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetDefaultSenderIdRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def configuration_set_name @configuration_set_name end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def sender_id @sender_id end |