Class: Aws::Types::EndpointMessageResult
- Inherits:
-
Object
- Object
- Aws::Types::EndpointMessageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#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
#address ⇒ ::String
Returns the value of attribute address.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def address @address end |
#delivery_status ⇒ "SUCCESSFUL", ...
Returns the value of attribute delivery_status.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def delivery_status @delivery_status end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def status_code @status_code end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def end |
#updated_token ⇒ ::String
Returns the value of attribute updated_token.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def updated_token @updated_token end |