Class: Aws::Types::SmsConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::SmsConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eums_sms ⇒ Types::EumsSmsConfigurationType
Returns the value of attribute eums_sms.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#sns_caller_arn ⇒ ::String
Returns the value of attribute sns_caller_arn.
-
#sns_region ⇒ ::String
Returns the value of attribute sns_region.
Instance Attribute Details
#eums_sms ⇒ Types::EumsSmsConfigurationType
Returns the value of attribute eums_sms.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def eums_sms @eums_sms end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def external_id @external_id end |
#sns_caller_arn ⇒ ::String
Returns the value of attribute sns_caller_arn.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def sns_caller_arn @sns_caller_arn end |
#sns_region ⇒ ::String
Returns the value of attribute sns_region.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def sns_region @sns_region end |