Class: Aws::Types::OriginationIdentityMetadata
- Inherits:
-
Object
- Object
- Aws::Types::OriginationIdentityMetadata
- 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.
-
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
Instance Attribute Details
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def iso_country_code @iso_country_code end |
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def number_capabilities @number_capabilities end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def origination_identity @origination_identity end |
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def origination_identity_arn @origination_identity_arn end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def phone_number @phone_number end |