Class: Aws::Types::MqttHeaders
- Inherits:
-
Object
- Object
- Aws::Types::MqttHeaders
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#correlation_data ⇒ ::String
Returns the value of attribute correlation_data.
-
#message_expiry ⇒ ::String
Returns the value of attribute message_expiry.
-
#payload_format_indicator ⇒ ::String
Returns the value of attribute payload_format_indicator.
-
#response_topic ⇒ ::String
Returns the value of attribute response_topic.
-
#user_properties ⇒ ::Array[Types::UserProperty]
Returns the value of attribute user_properties.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
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.
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.
3984 3985 3986 |
# File 'sig/types.rbs', line 3984 def @message_expiry end |
#payload_format_indicator ⇒ ::String
Returns the value of attribute payload_format_indicator.
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.
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.
3985 3986 3987 |
# File 'sig/types.rbs', line 3985 def user_properties @user_properties end |