Class: Aws::Types::ContextDataType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encoded_data::String

Returns the value of attribute encoded_data.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def encoded_data
  @encoded_data
end

#http_headers::Array[Types::HttpHeader]

Returns the value of attribute http_headers.

Returns:



586
587
588
# File 'sig/types.rbs', line 586

def http_headers
  @http_headers
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def ip_address
  @ip_address
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def server_name
  @server_name
end

#server_path::String

Returns the value of attribute server_path.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def server_path
  @server_path
end