Class: DatadogAPIClient::V2::CustomDestinationResponseForwardDestinationHttp
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomDestinationResponseForwardDestinationHttp
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb
Overview
The HTTP destination.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auth ⇒ Object
readonly
Authentication method of the HTTP requests.
-
#endpoint ⇒ Object
readonly
The destination for which logs will be forwarded to.
-
#type ⇒ Object
readonly
Type of the HTTP destination.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb', line 34 def additional_properties @additional_properties end |
#auth ⇒ Object
Authentication method of the HTTP requests.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb', line 25 def auth @auth end |
#endpoint ⇒ Object
The destination for which logs will be forwarded to. Must have HTTPS scheme and forwarding back to Datadog is not allowed.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb', line 29 def endpoint @endpoint end |
#type ⇒ Object
Type of the HTTP destination.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb', line 32 def type @type end |