Class: Aws::ApiGatewayManagementApi::Types::Identity
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayManagementApi::Types::Identity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewaymanagementapi/types.rb
Instance Attribute Summary collapse
-
#source_ip ⇒ String
The source IP address of the TCP connection making the request to API Gateway.
-
#user_agent ⇒ String
The User Agent of the API caller.
Instance Attribute Details
#source_ip ⇒ String
The source IP address of the TCP connection making the request to API Gateway.
66 67 68 69 70 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 66 class Identity < Struct.new( :source_ip, :user_agent) include Aws::Structure end |
#user_agent ⇒ String
The User Agent of the API caller.
66 67 68 69 70 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 66 class Identity < Struct.new( :source_ip, :user_agent) include Aws::Structure end |