Class: Aws::IoTDataPlane::Types::GetRetainedMessageRequest

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

Overview

The input for the GetRetainedMessage operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topicString

The topic name of the retained message to retrieve.

Returns:

  • (String)


60
61
62
63
64
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 60

class GetRetainedMessageRequest < Struct.new(
  :topic)
  SENSITIVE = []
  include Aws::Structure
end