Class: Aws::Types::SenderIdAndCountry
- Inherits:
-
Object
- Object
- Aws::Types::SenderIdAndCountry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
Instance Attribute Details
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def iso_country_code @iso_country_code end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def sender_id @sender_id end |