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.
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.
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.
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.
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.
585 586 587 |
# File 'sig/types.rbs', line 585 def server_path @server_path end |