Class: Aws::Types::RequestSenderIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::RequestSenderIdRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def deletion_protection_enabled @deletion_protection_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def iso_country_code @iso_country_code end |
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
Returns the value of attribute message_types.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def sender_id @sender_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def end |