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)


594
595
596
# File 'sig/types.rbs', line 594

def encoded_data
  @encoded_data
end

#http_headers::Array[Types::HttpHeader]

Returns the value of attribute http_headers.

Returns:



593
594
595
# File 'sig/types.rbs', line 593

def http_headers
  @http_headers
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def ip_address
  @ip_address
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def server_name
  @server_name
end

#server_path::String

Returns the value of attribute server_path.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def server_path
  @server_path
end