Class: Aws::Types::IotTopicPublishAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mqtt_topic ⇒ ::String

Returns the value of attribute mqtt_topic.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def mqtt_topic
  @mqtt_topic
end

#payload ⇒ Types::Payload

Returns the value of attribute payload.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def payload
  @payload
end