Class: Aws::ApiGatewayManagementApi::Types::GetConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayManagementApi::Types::GetConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewaymanagementapi/types.rb
Instance Attribute Summary collapse
Instance Attribute Details
#connected_at ⇒ Time
50 51 52 53 54 55 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 50 class GetConnectionResponse < Struct.new( :connected_at, :identity, :last_active_at) include Aws::Structure end |
#identity ⇒ Types::Identity
50 51 52 53 54 55 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 50 class GetConnectionResponse < Struct.new( :connected_at, :identity, :last_active_at) include Aws::Structure end |
#last_active_at ⇒ Time
50 51 52 53 54 55 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 50 class GetConnectionResponse < Struct.new( :connected_at, :identity, :last_active_at) include Aws::Structure end |