Class: Aws::Types::RepublishAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#headersTypes::MqttHeaders

Returns the value of attribute headers.

Returns:



4299
4300
4301
# File 'sig/types.rbs', line 4299

def headers
  @headers
end

#qos::Integer

Returns the value of attribute qos.

Returns:

  • (::Integer)


4298
4299
4300
# File 'sig/types.rbs', line 4298

def qos
  @qos
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4296
4297
4298
# File 'sig/types.rbs', line 4296

def role_arn
  @role_arn
end

#topic::String

Returns the value of attribute topic.

Returns:

  • (::String)


4297
4298
4299
# File 'sig/types.rbs', line 4297

def topic
  @topic
end