Class: Aws::Types::PutStorageConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutStorageConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disallow_ingest_null_na_n ⇒ Boolean
Returns the value of attribute disallow_ingest_null_na_n.
-
#disassociated_data_storage ⇒ "ENABLED", "DISABLED"
Returns the value of attribute disassociated_data_storage.
-
#multi_layer_storage ⇒ Types::MultiLayerStorage
Returns the value of attribute multi_layer_storage.
-
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
-
#storage_type ⇒ "SITEWISE_DEFAULT_STORAGE", "MULTI_LAYER_STORAGE"
Returns the value of attribute storage_type.
-
#warm_tier ⇒ "ENABLED", "DISABLED"
Returns the value of attribute warm_tier.
-
#warm_tier_retention_period ⇒ Types::WarmTierRetentionPeriod
Returns the value of attribute warm_tier_retention_period.
Instance Attribute Details
#disallow_ingest_null_na_n ⇒ Boolean
Returns the value of attribute disallow_ingest_null_na_n.
3292 3293 3294 |
# File 'sig/types.rbs', line 3292 def disallow_ingest_null_na_n @disallow_ingest_null_na_n end |
#disassociated_data_storage ⇒ "ENABLED", "DISABLED"
Returns the value of attribute disassociated_data_storage.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def disassociated_data_storage @disassociated_data_storage end |
#multi_layer_storage ⇒ Types::MultiLayerStorage
Returns the value of attribute multi_layer_storage.
3287 3288 3289 |
# File 'sig/types.rbs', line 3287 def multi_layer_storage @multi_layer_storage end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
3289 3290 3291 |
# File 'sig/types.rbs', line 3289 def retention_period @retention_period end |
#storage_type ⇒ "SITEWISE_DEFAULT_STORAGE", "MULTI_LAYER_STORAGE"
Returns the value of attribute storage_type.
3286 3287 3288 |
# File 'sig/types.rbs', line 3286 def storage_type @storage_type end |
#warm_tier ⇒ "ENABLED", "DISABLED"
Returns the value of attribute warm_tier.
3290 3291 3292 |
# File 'sig/types.rbs', line 3290 def warm_tier @warm_tier end |
#warm_tier_retention_period ⇒ Types::WarmTierRetentionPeriod
Returns the value of attribute warm_tier_retention_period.
3291 3292 3293 |
# File 'sig/types.rbs', line 3291 def warm_tier_retention_period @warm_tier_retention_period end |