Class: DatadogAPIClient::V2::ListConnectionsResponseDataAttributesConnectionsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ListConnectionsResponseDataAttributesConnectionsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb
Overview
Details of a single data source connection, including its fields, join configuration, and audit metadata.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Timestamp indicating when the connection was created.
-
#created_by ⇒ Object
Identifier of the user who created the connection.
-
#fields ⇒ Object
List of custom attribute fields imported from the data source.
-
#id ⇒ Object
Unique identifier of the connection.
-
#join ⇒ Object
The join configuration describing how the data source is linked to the entity.
-
#metadata ⇒ Object
Additional key-value metadata associated with the connection.
-
#type ⇒ Object
The type of data source connection (for example, ref_table).
-
#updated_at ⇒ Object
Timestamp indicating when the connection was last updated.
-
#updated_by ⇒ Object
Identifier of the user who last updated the connection.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 51 def additional_properties @additional_properties end |
#created_at ⇒ Object
Timestamp indicating when the connection was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
Identifier of the user who created the connection.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 28 def created_by @created_by end |
#fields ⇒ Object
List of custom attribute fields imported from the data source.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 31 def fields @fields end |
#id ⇒ Object
Unique identifier of the connection.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 34 def id @id end |
#join ⇒ Object
The join configuration describing how the data source is linked to the entity.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 37 def join @join end |
#metadata ⇒ Object
Additional key-value metadata associated with the connection.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 40 def @metadata end |
#type ⇒ Object
The type of data source connection (for example, ref_table).
43 44 45 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 43 def type @type end |
#updated_at ⇒ Object
Timestamp indicating when the connection was last updated.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 46 def updated_at @updated_at end |
#updated_by ⇒ Object
Identifier of the user who last updated the connection.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb', line 49 def updated_by @updated_by end |