Class: Aws::Types::SendEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendEventRequest
- 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.
198 199 200 |
# File 'sig/types.rbs', line 198 def client_token @client_token end |
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
199 200 201 |
# File 'sig/types.rbs', line 199 def connection_token @connection_token end |
#content ⇒ ::String
Returns the value of attribute content.
197 198 199 |
# File 'sig/types.rbs', line 197 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
196 197 198 |
# File 'sig/types.rbs', line 196 def content_type @content_type end |