Class: Aws::ApiGatewayManagementApi::Types::GetConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connected_atTime

Returns:

  • (Time)


44
45
46
47
48
49
50
# File 'gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb', line 44

class GetConnectionResponse < Struct.new(
  :connected_at,
  :identity,
  :last_active_at)
  SENSITIVE = []
  include Aws::Structure
end

#identityTypes::Identity

Returns:



44
45
46
47
48
49
50
# File 'gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb', line 44

class GetConnectionResponse < Struct.new(
  :connected_at,
  :identity,
  :last_active_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_active_atTime

Returns:

  • (Time)


44
45
46
47
48
49
50
# File 'gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb', line 44

class GetConnectionResponse < Struct.new(
  :connected_at,
  :identity,
  :last_active_at)
  SENSITIVE = []
  include Aws::Structure
end