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.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def deletion_protection_enabled @deletion_protection_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def iso_country_code @iso_country_code end |
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
Returns the value of attribute message_types.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def @message_types end |
#monthly_leasing_price ⇒ ::String
Returns the value of attribute monthly_leasing_price.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def monthly_leasing_price @monthly_leasing_price end |
#registered ⇒ Boolean
Returns the value of attribute registered.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def registered @registered end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def sender_id @sender_id end |
#sender_id_arn ⇒ ::String
Returns the value of attribute sender_id_arn.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def sender_id_arn @sender_id_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def @tags end |