Class: Aws::Types::EumsSmsConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::EumsSmsConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_arn ⇒ ::String
Returns the value of attribute caller_arn.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#in_entity_id ⇒ ::String
Returns the value of attribute in_entity_id.
-
#in_template_id ⇒ ::String
Returns the value of attribute in_template_id.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#caller_arn ⇒ ::String
Returns the value of attribute caller_arn.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def caller_arn @caller_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def configuration_set_name @configuration_set_name end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def external_id @external_id end |
#in_entity_id ⇒ ::String
Returns the value of attribute in_entity_id.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def in_entity_id @in_entity_id end |
#in_template_id ⇒ ::String
Returns the value of attribute in_template_id.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def in_template_id @in_template_id end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def origination_identity @origination_identity end |
#region ⇒ ::String
Returns the value of attribute region.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def region @region end |