Class: Aws::Types::Http

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_ip::String

Returns the value of attribute client_ip.

Returns:



472
473
474
# File 'sig/types.rbs', line 472

def client_ip
  @client_ip
end

#http_method::String

Returns the value of attribute http_method.

Returns:



470
471
472
# File 'sig/types.rbs', line 470

def http_method
  @http_method
end

#http_status::Integer

Returns the value of attribute http_status.

Returns:



469
470
471
# File 'sig/types.rbs', line 469

def http_status
  @http_status
end

#http_url::String

Returns the value of attribute http_url.

Returns:



468
469
470
# File 'sig/types.rbs', line 468

def http_url
  @http_url
end

#user_agent::String

Returns the value of attribute user_agent.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def user_agent
  @user_agent
end