Class: Aws::Types::DeleteDefaultSenderIdResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDefaultSenderIdResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
-
#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_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
433 434 435 |
# File 'sig/types.rbs', line 433 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
434 435 436 |
# File 'sig/types.rbs', line 434 def configuration_set_name @configuration_set_name end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
435 436 437 |
# File 'sig/types.rbs', line 435 def sender_id @sender_id end |