Class: Aws::IoTAnalytics::Types::EstimatedResourceSize
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::EstimatedResourceSize
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Overview
The estimated size of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_on ⇒ Time
The time when the estimate of the size of the resource was made.
-
#estimated_size_in_bytes ⇒ Float
The estimated size of the resource, in bytes.
Instance Attribute Details
#estimated_on ⇒ Time
The time when the estimate of the size of the resource was made.
1702 1703 1704 1705 1706 1707 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1702 class EstimatedResourceSize < Struct.new( :estimated_size_in_bytes, :estimated_on) SENSITIVE = [] include Aws::Structure end |
#estimated_size_in_bytes ⇒ Float
The estimated size of the resource, in bytes.
1702 1703 1704 1705 1706 1707 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1702 class EstimatedResourceSize < Struct.new( :estimated_size_in_bytes, :estimated_on) SENSITIVE = [] include Aws::Structure end |