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.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def caller_arn @caller_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def configuration_set_name @configuration_set_name end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def external_id @external_id end |
#in_entity_id ⇒ ::String
Returns the value of attribute in_entity_id.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def in_entity_id @in_entity_id end |
#in_template_id ⇒ ::String
Returns the value of attribute in_template_id.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def in_template_id @in_template_id end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def origination_identity @origination_identity end |
#region ⇒ ::String
Returns the value of attribute region.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def region @region end |