Class: Aws::Detective::Types::DatasourcePackageUsageInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DatasourcePackageUsageInfo
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Information on the usage of a data source package in the behavior graph.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_usage_in_bytes ⇒ Integer
Total volume of data in bytes per day ingested for a given data source package.
-
#volume_usage_update_time ⇒ Time
The data and time when the member account data volume was last updated.
Instance Attribute Details
#volume_usage_in_bytes ⇒ Integer
Total volume of data in bytes per day ingested for a given data source package.
319 320 321 322 323 324 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 319 class DatasourcePackageUsageInfo < Struct.new( :volume_usage_in_bytes, :volume_usage_update_time) SENSITIVE = [] include Aws::Structure end |
#volume_usage_update_time ⇒ Time
The data and time when the member account data volume was last
updated. The value is an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.
319 320 321 322 323 324 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 319 class DatasourcePackageUsageInfo < Struct.new( :volume_usage_in_bytes, :volume_usage_update_time) SENSITIVE = [] include Aws::Structure end |