Class: Aws::IoTFleetWise::Types::StorageMaximumSize

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

The maximum storage size for the data partition.

Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitString

The data type of the data to store.

Returns:

  • (String)


4367
4368
4369
4370
4371
4372
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4367

class StorageMaximumSize < Struct.new(
  :unit,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

The maximum amount of time to store data.

Returns:

  • (Integer)


4367
4368
4369
4370
4371
4372
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4367

class StorageMaximumSize < Struct.new(
  :unit,
  :value)
  SENSITIVE = []
  include Aws::Structure
end