Class: Aws::Types::RetainedMessageSummary
- Inherits:
-
Object
- Object
- Aws::Types::RetainedMessageSummary
- 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_size ⇒ ::Integer
Returns the value of attribute payload_size.
-
#qos ⇒ ::Integer
Returns the value of attribute qos.
-
#topic ⇒ ::String
Returns the value of attribute topic.
Instance Attribute Details
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
175 176 177 |
# File 'sig/types.rbs', line 175 def last_modified_time @last_modified_time end |
#payload_size ⇒ ::Integer
Returns the value of attribute payload_size.
173 174 175 |
# File 'sig/types.rbs', line 173 def payload_size @payload_size end |
#qos ⇒ ::Integer
Returns the value of attribute qos.
174 175 176 |
# File 'sig/types.rbs', line 174 def qos @qos end |
#topic ⇒ ::String
Returns the value of attribute topic.
172 173 174 |
# File 'sig/types.rbs', line 172 def topic @topic end |