Class: Aws::Types::RetainedMessageSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_time::Integer

Returns the value of attribute last_modified_time.

Returns:



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.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def payload_size
  @payload_size
end

#qos::Integer

Returns the value of attribute qos.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def qos
  @qos
end

#topic::String

Returns the value of attribute topic.

Returns:



172
173
174
# File 'sig/types.rbs', line 172

def topic
  @topic
end