Class: Aws::IoTAnalytics::Types::EstimatedResourceSize

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#estimated_onTime

The time when the estimate of the size of the resource was made.

Returns:

  • (Time)


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_bytesFloat

The estimated size of the resource, in bytes.

Returns:

  • (Float)


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