Class: Aws::Types::SendDirectMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendDirectMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#confirmation ⇒ Boolean
Returns the value of attribute confirmation.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#correlation_data ⇒ ::String
Returns the value of attribute correlation_data.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#payload_format_indicator ⇒ "UNSPECIFIED_BYTES", "UTF8_DATA"
Returns the value of attribute payload_format_indicator.
-
#response_topic ⇒ ::String
Returns the value of attribute response_topic.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#topic ⇒ ::String
Returns the value of attribute topic.
-
#user_properties ⇒ ::String
Returns the value of attribute user_properties.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def client_id @client_id end |
#confirmation ⇒ Boolean
Returns the value of attribute confirmation.
184 185 186 |
# File 'sig/types.rbs', line 184 def confirmation @confirmation end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
182 183 184 |
# File 'sig/types.rbs', line 182 def content_type @content_type end |
#correlation_data ⇒ ::String
Returns the value of attribute correlation_data.
189 190 191 |
# File 'sig/types.rbs', line 189 def correlation_data @correlation_data end |
#payload ⇒ ::String
Returns the value of attribute payload.
186 187 188 |
# File 'sig/types.rbs', line 186 def payload @payload end |
#payload_format_indicator ⇒ "UNSPECIFIED_BYTES", "UTF8_DATA"
Returns the value of attribute payload_format_indicator.
188 189 190 |
# File 'sig/types.rbs', line 188 def payload_format_indicator @payload_format_indicator end |
#response_topic ⇒ ::String
Returns the value of attribute response_topic.
183 184 185 |
# File 'sig/types.rbs', line 183 def response_topic @response_topic end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
185 186 187 |
# File 'sig/types.rbs', line 185 def timeout @timeout end |
#topic ⇒ ::String
Returns the value of attribute topic.
181 182 183 |
# File 'sig/types.rbs', line 181 def topic @topic end |
#user_properties ⇒ ::String
Returns the value of attribute user_properties.
187 188 189 |
# File 'sig/types.rbs', line 187 def user_properties @user_properties end |