Class: Aws::Types::SMSChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::SMSChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#promotional_messages_per_second ⇒ ::Integer
Returns the value of attribute promotional_messages_per_second.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
-
#short_code ⇒ ::String
Returns the value of attribute short_code.
-
#transactional_messages_per_second ⇒ ::Integer
Returns the value of attribute transactional_messages_per_second.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def application_id @application_id end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def creation_date @creation_date end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def enabled @enabled end |
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def has_credential @has_credential end |
#id ⇒ ::String
Returns the value of attribute id.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def id @id end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def is_archived @is_archived end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def last_modified_date @last_modified_date end |
#platform ⇒ ::String
Returns the value of attribute platform.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def platform @platform end |
#promotional_messages_per_second ⇒ ::Integer
Returns the value of attribute promotional_messages_per_second.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def @promotional_messages_per_second end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def sender_id @sender_id end |
#short_code ⇒ ::String
Returns the value of attribute short_code.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def short_code @short_code end |
#transactional_messages_per_second ⇒ ::Integer
Returns the value of attribute transactional_messages_per_second.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def @transactional_messages_per_second end |
#version ⇒ ::Integer
Returns the value of attribute version.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def version @version end |