Class: Aws::Types::GetRetainedMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRetainedMessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#qos ⇒ ::Integer
Returns the value of attribute qos.
-
#topic ⇒ ::String
Returns the value of attribute topic.
-
#user_properties ⇒ ::String
Returns the value of attribute user_properties.
Instance Attribute Details
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
77 78 79 |
# File 'sig/types.rbs', line 77 def last_modified_time @last_modified_time end |
#payload ⇒ ::String
Returns the value of attribute payload.
75 76 77 |
# File 'sig/types.rbs', line 75 def payload @payload end |
#qos ⇒ ::Integer
Returns the value of attribute qos.
76 77 78 |
# File 'sig/types.rbs', line 76 def qos @qos end |
#topic ⇒ ::String
Returns the value of attribute topic.
74 75 76 |
# File 'sig/types.rbs', line 74 def topic @topic end |
#user_properties ⇒ ::String
Returns the value of attribute user_properties.
78 79 80 |
# File 'sig/types.rbs', line 78 def user_properties @user_properties end |