Class: DatadogAPIClient::V2::ConfluentAccountResourceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ConfluentAccountResourceAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb
Overview
Attributes object for updating a Confluent resource.
Instance Attribute Summary collapse
-
#id ⇒ Object
The ID associated with a Confluent resource.
-
#resource_type ⇒ Object
The resource type of the Resource.
-
#tags ⇒ Object
A list of strings representing tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#id ⇒ Object
The ID associated with a Confluent resource.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb', line 29 def id @id end |
#resource_type ⇒ Object
The resource type of the Resource. Can be kafka, connector, ksql, or schema_registry.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb', line 32 def resource_type @resource_type end |
#tags ⇒ Object
A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb', line 35 def @tags end |