Class: Aws::Types::MessageResult
- Inherits:
-
Object
- Object
- Aws::Types::MessageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_status ⇒ "SUCCESSFUL", ...
Returns the value of attribute delivery_status.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#updated_token ⇒ ::String
Returns the value of attribute updated_token.
Instance Attribute Details
#delivery_status ⇒ "SUCCESSFUL", ...
Returns the value of attribute delivery_status.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def delivery_status @delivery_status end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def @message_id end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def status_code @status_code end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def @status_message end |
#updated_token ⇒ ::String
Returns the value of attribute updated_token.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def updated_token @updated_token end |