Class: Aws::ApiGatewayManagementApi::Types::GetConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayManagementApi::Types::GetConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewaymanagementapi/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#connected_at ⇒ Time
58 59 60 61 62 63 64 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 58 class GetConnectionResponse < Struct.new( :connected_at, :identity, :last_active_at) SENSITIVE = [] include Aws::Structure end |
#identity ⇒ Types::Identity
58 59 60 61 62 63 64 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 58 class GetConnectionResponse < Struct.new( :connected_at, :identity, :last_active_at) SENSITIVE = [] include Aws::Structure end |
#last_active_at ⇒ Time
58 59 60 61 62 63 64 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 58 class GetConnectionResponse < Struct.new( :connected_at, :identity, :last_active_at) SENSITIVE = [] include Aws::Structure end |