Class: Aws::Types::SendMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
212 213 214 |
# File 'sig/types.rbs', line 212 def client_token @client_token end |
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
213 214 215 |
# File 'sig/types.rbs', line 213 def connection_token @connection_token end |
#content ⇒ ::String
Returns the value of attribute content.
211 212 213 |
# File 'sig/types.rbs', line 211 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
210 211 212 |
# File 'sig/types.rbs', line 210 def content_type @content_type end |