Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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