Class: Aws::Types::PublishRequest
- Inherits:
-
Object
- Object
- Aws::Types::PublishRequest
- 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 ⇒ ::Integer
Returns the value of attribute message_expiry.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#payload_format_indicator ⇒ "UNSPECIFIED_BYTES", "UTF8_DATA"
Returns the value of attribute payload_format_indicator.
-
#qos ⇒ ::Integer
Returns the value of attribute qos.
-
#response_topic ⇒ ::String
Returns the value of attribute response_topic.
-
#retain ⇒ Boolean
Returns the value of attribute retain.
-
#topic ⇒ ::String
Returns the value of attribute topic.
-
#user_properties ⇒ ::String
Returns the value of attribute user_properties.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
154 155 156 |
# File 'sig/types.rbs', line 154 def content_type @content_type end |
#correlation_data ⇒ ::String
Returns the value of attribute correlation_data.
156 157 158 |
# File 'sig/types.rbs', line 156 def correlation_data @correlation_data end |
#message_expiry ⇒ ::Integer
Returns the value of attribute message_expiry.
157 158 159 |
# File 'sig/types.rbs', line 157 def @message_expiry end |
#payload ⇒ ::String
Returns the value of attribute payload.
151 152 153 |
# File 'sig/types.rbs', line 151 def payload @payload end |
#payload_format_indicator ⇒ "UNSPECIFIED_BYTES", "UTF8_DATA"
Returns the value of attribute payload_format_indicator.
153 154 155 |
# File 'sig/types.rbs', line 153 def payload_format_indicator @payload_format_indicator end |
#qos ⇒ ::Integer
Returns the value of attribute qos.
149 150 151 |
# File 'sig/types.rbs', line 149 def qos @qos end |
#response_topic ⇒ ::String
Returns the value of attribute response_topic.
155 156 157 |
# File 'sig/types.rbs', line 155 def response_topic @response_topic end |
#retain ⇒ Boolean
Returns the value of attribute retain.
150 151 152 |
# File 'sig/types.rbs', line 150 def retain @retain end |
#topic ⇒ ::String
Returns the value of attribute topic.
148 149 150 |
# File 'sig/types.rbs', line 148 def topic @topic end |
#user_properties ⇒ ::String
Returns the value of attribute user_properties.
152 153 154 |
# File 'sig/types.rbs', line 152 def user_properties @user_properties end |