Class: Aws::Types::PostToConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PostToConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#data ⇒ ::String
Returns the value of attribute data.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
47 48 49 |
# File 'sig/types.rbs', line 47 def connection_id @connection_id end |
#data ⇒ ::String
Returns the value of attribute data.
46 47 48 |
# File 'sig/types.rbs', line 46 def data @data end |