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.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def iso_country_code @iso_country_code end |
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute number_capabilities.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def number_capabilities @number_capabilities end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def origination_identity @origination_identity end |
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def origination_identity_arn @origination_identity_arn end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def phone_number @phone_number end |