Class: Aws::ApiGatewayManagementApi::Types::Identity

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

#source_ipString

The source IP address of the TCP connection making the request to API Gateway.

Returns:

  • (String)


65
66
67
68
69
70
# File 'gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb', line 65

class Identity < Struct.new(
  :source_ip,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end

#user_agentString

The User Agent of the API caller.

Returns:

  • (String)


65
66
67
68
69
70
# File 'gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb', line 65

class Identity < Struct.new(
  :source_ip,
  :user_agent)
  SENSITIVE = []
  include Aws::Structure
end