Class: Aws::Types::ContextDataType
- Inherits:
-
Object
- Object
- Aws::Types::ContextDataType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoded_data ⇒ ::String
Returns the value of attribute encoded_data.
-
#http_headers ⇒ ::Array[Types::HttpHeader]
Returns the value of attribute http_headers.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#server_path ⇒ ::String
Returns the value of attribute server_path.
Instance Attribute Details
#encoded_data ⇒ ::String
Returns the value of attribute encoded_data.
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.
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.
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.
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.
592 593 594 |
# File 'sig/types.rbs', line 592 def server_path @server_path end |