Class: Aws::Types::RequestSenderIdResult
- Inherits:
-
Object
- Object
- Aws::Types::RequestSenderIdResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#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.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
-
#sender_id_arn ⇒ ::String
Returns the value of attribute sender_id_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def deletion_protection_enabled @deletion_protection_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def iso_country_code @iso_country_code end |
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
Returns the value of attribute message_types.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def @message_types end |
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def monthly_leasing_price @monthly_leasing_price end |
#registered ⇒ Boolean
Returns the value of attribute registered.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def registered @registered end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def sender_id @sender_id end |
#sender_id_arn ⇒ ::String
Returns the value of attribute sender_id_arn.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def sender_id_arn @sender_id_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def @tags end |