Module: Aws::IoTDataPlane::Client::_GetRetainedMessageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRetainedMessageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_modified_time ⇒ ::Integer
- #payload ⇒ ::String
- #qos ⇒ ::Integer
- #topic ⇒ ::String
- #user_properties ⇒ ::String
Instance Method Details
#last_modified_time ⇒ ::Integer
129 |
# File 'sig/client.rbs', line 129
def last_modified_time: () -> ::Integer
|
#payload ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def payload: () -> ::String
|
#qos ⇒ ::Integer
128 |
# File 'sig/client.rbs', line 128
def qos: () -> ::Integer
|
#topic ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def topic: () -> ::String
|
#user_properties ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def user_properties: () -> ::String
|