Class: Aws::IoTSiteWise::Types::DescribeStorageConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeStorageConfigurationResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_status ⇒ Types::ConfigurationStatus
Contains current status information for the configuration.
-
#disassociated_data_storage ⇒ String
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
-
#last_update_date ⇒ Time
The date the storage configuration was last updated, in Unix epoch time.
-
#multi_layer_storage ⇒ Types::MultiLayerStorage
Contains information about the storage destination.
-
#retention_period ⇒ Types::RetentionPeriod
How many days your data is kept in the hot tier.
-
#storage_type ⇒ String
The storage tier that you specified for your data.
Instance Attribute Details
#configuration_status ⇒ Types::ConfigurationStatus
Contains current status information for the configuration.
4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4377 class DescribeStorageConfigurationResponse < Struct.new( :storage_type, :multi_layer_storage, :disassociated_data_storage, :retention_period, :configuration_status, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#disassociated_data_storage ⇒ String
Contains the storage configuration for time series (data streams)
that aren't associated with asset properties. The
disassociatedDataStorage
can be one of the following values:
ENABLED
– IoT SiteWise accepts time series that aren't associated with asset properties.After the
disassociatedDataStorage
is enabled, you can't disable it.DISABLED
– IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset properties.
For more information, see Data streams in the IoT SiteWise User Guide.
4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4377 class DescribeStorageConfigurationResponse < Struct.new( :storage_type, :multi_layer_storage, :disassociated_data_storage, :retention_period, :configuration_status, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#last_update_date ⇒ Time
The date the storage configuration was last updated, in Unix epoch time.
4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4377 class DescribeStorageConfigurationResponse < Struct.new( :storage_type, :multi_layer_storage, :disassociated_data_storage, :retention_period, :configuration_status, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#multi_layer_storage ⇒ Types::MultiLayerStorage
Contains information about the storage destination.
4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4377 class DescribeStorageConfigurationResponse < Struct.new( :storage_type, :multi_layer_storage, :disassociated_data_storage, :retention_period, :configuration_status, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#retention_period ⇒ Types::RetentionPeriod
How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.
4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4377 class DescribeStorageConfigurationResponse < Struct.new( :storage_type, :multi_layer_storage, :disassociated_data_storage, :retention_period, :configuration_status, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The storage tier that you specified for your data. The storageType
parameter can be one of the following values:
SITEWISE_DEFAULT_STORAGE
– IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database.MULTI_LAYER_STORAGE
– IoT SiteWise saves your data in both the cold tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.
4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4377 class DescribeStorageConfigurationResponse < Struct.new( :storage_type, :multi_layer_storage, :disassociated_data_storage, :retention_period, :configuration_status, :last_update_date) SENSITIVE = [] include Aws::Structure end |