Class: Aws::IoTDataPlane::Types::RetainedMessageSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb

Overview

Information about a single retained message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_timeInteger

The Epoch date and time, in milliseconds, when the retained message was stored by IoT.

Returns:

  • (Integer)


389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 389

class RetainedMessageSummary < Struct.new(
  :topic,
  :payload_size,
  :qos,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#payload_sizeInteger

The size of the retained message's payload in bytes.

Returns:

  • (Integer)


389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 389

class RetainedMessageSummary < Struct.new(
  :topic,
  :payload_size,
  :qos,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#qosInteger

The quality of service (QoS) level used to publish the retained message.

Returns:

  • (Integer)


389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 389

class RetainedMessageSummary < Struct.new(
  :topic,
  :payload_size,
  :qos,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#topicString

The topic name to which the retained message was published.

Returns:

  • (String)


389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 389

class RetainedMessageSummary < Struct.new(
  :topic,
  :payload_size,
  :qos,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end