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.
3326 3327 3328 |
# File 'sig/types.rbs', line 3326 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.
3322 3323 3324 |
# File 'sig/types.rbs', line 3322 def disassociated_data_storage @disassociated_data_storage end |
#multi_layer_storage ⇒ Types::MultiLayerStorage
Returns the value of attribute multi_layer_storage.
3321 3322 3323 |
# File 'sig/types.rbs', line 3321 def multi_layer_storage @multi_layer_storage end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
3323 3324 3325 |
# File 'sig/types.rbs', line 3323 def retention_period @retention_period end |
#storage_type ⇒ "SITEWISE_DEFAULT_STORAGE", "MULTI_LAYER_STORAGE"
Returns the value of attribute storage_type.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def storage_type @storage_type end |
#warm_tier ⇒ "ENABLED", "DISABLED"
Returns the value of attribute warm_tier.
3324 3325 3326 |
# File 'sig/types.rbs', line 3324 def warm_tier @warm_tier end |
#warm_tier_retention_period ⇒ Types::WarmTierRetentionPeriod
Returns the value of attribute warm_tier_retention_period.
3325 3326 3327 |
# File 'sig/types.rbs', line 3325 def warm_tier_retention_period @warm_tier_retention_period end |