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.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def client_token @client_token end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def deletion_protection_enabled @deletion_protection_enabled end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def iso_country_code @iso_country_code end |
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
Returns the value of attribute message_types.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def @message_types end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def sender_id @sender_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def @tags end |