Class: Aws::Types::MqttHeaders

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


3981
3982
3983
# File 'sig/types.rbs', line 3981

def content_type
  @content_type
end

#correlation_data::String

Returns the value of attribute correlation_data.

Returns:

  • (::String)


3983
3984
3985
# File 'sig/types.rbs', line 3983

def correlation_data
  @correlation_data
end

#message_expiry::String

Returns the value of attribute message_expiry.

Returns:

  • (::String)


3984
3985
3986
# File 'sig/types.rbs', line 3984

def message_expiry
  @message_expiry
end

#payload_format_indicator::String

Returns the value of attribute payload_format_indicator.

Returns:

  • (::String)


3980
3981
3982
# File 'sig/types.rbs', line 3980

def payload_format_indicator
  @payload_format_indicator
end

#response_topic::String

Returns the value of attribute response_topic.

Returns:

  • (::String)


3982
3983
3984
# File 'sig/types.rbs', line 3982

def response_topic
  @response_topic
end

#user_properties::Array[Types::UserProperty]

Returns the value of attribute user_properties.

Returns:



3985
3986
3987
# File 'sig/types.rbs', line 3985

def user_properties
  @user_properties
end