Class: Aws::Types::ReleaseSenderIdResult
- Inherits:
-
Object
- Object
- Aws::Types::ReleaseSenderIdResult
- 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.
-
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
Returns the value of attribute message_types.
-
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
-
#registered ⇒ Boolean
Returns the value of attribute registered.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
-
#sender_id_arn ⇒ ::String
Returns the value of attribute sender_id_arn.
Instance Attribute Details
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def iso_country_code @iso_country_code end |
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
Returns the value of attribute message_types.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def @message_types end |
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def monthly_leasing_price @monthly_leasing_price end |
#registered ⇒ Boolean
Returns the value of attribute registered.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def registered @registered end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def registration_id @registration_id end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def sender_id @sender_id end |
#sender_id_arn ⇒ ::String
Returns the value of attribute sender_id_arn.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def sender_id_arn @sender_id_arn end |