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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


79
80
81
82
83
84
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 79

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

#user_agentString

The User Agent of the API caller.

Returns:

  • (String)


79
80
81
82
83
84
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 79

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