Class: DatadogAPIClient::V1::UsageSDSHour
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageSDSHour
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_sds_hour.rb
Overview
Sensitive Data Scanner usage for a given organization for a given hour.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#apm_scanned_bytes ⇒ Object
The total number of bytes scanned of APM usage across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
-
#events_scanned_bytes ⇒ Object
The total number of bytes scanned of Events usage across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
-
#hour ⇒ Object
The hour for the usage.
-
#logs_scanned_bytes ⇒ Object
The total number of bytes scanned of logs usage by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
-
#org_name ⇒ Object
The organization name.
-
#public_id ⇒ Object
The organization public ID.
-
#rum_scanned_bytes ⇒ Object
The total number of bytes scanned of RUM usage across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
-
#total_scanned_bytes ⇒ Object
The total number of bytes scanned across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 48 def additional_properties @additional_properties end |
#apm_scanned_bytes ⇒ Object
The total number of bytes scanned of APM usage across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 25 def apm_scanned_bytes @apm_scanned_bytes end |
#events_scanned_bytes ⇒ Object
The total number of bytes scanned of Events usage across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 28 def events_scanned_bytes @events_scanned_bytes end |
#hour ⇒ Object
The hour for the usage.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 31 def hour @hour end |
#logs_scanned_bytes ⇒ Object
The total number of bytes scanned of logs usage by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 34 def logs_scanned_bytes @logs_scanned_bytes end |
#org_name ⇒ Object
The organization name.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 37 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 40 def public_id @public_id end |
#rum_scanned_bytes ⇒ Object
The total number of bytes scanned of RUM usage across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 43 def rum_scanned_bytes @rum_scanned_bytes end |
#total_scanned_bytes ⇒ Object
The total number of bytes scanned across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/usage_sds_hour.rb', line 46 def total_scanned_bytes @total_scanned_bytes end |