Class: Aws::ApiGatewayManagementApi::Types::PostToConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayManagementApi::Types::PostToConnectionRequest
- Defined in:
- gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
-
#data ⇒ String
The data to be sent to the client specified by its connection id.
Instance Attribute Details
#connection_id ⇒ String
90 91 92 93 94 95 |
# File 'gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb', line 90 class PostToConnectionRequest < Struct.new( :data, :connection_id) SENSITIVE = [] include Aws::Structure end |
#data ⇒ String
The data to be sent to the client specified by its connection id.
90 91 92 93 94 95 |
# File 'gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb', line 90 class PostToConnectionRequest < Struct.new( :data, :connection_id) SENSITIVE = [] include Aws::Structure end |