Class: Aws::Types::DescribeStorageConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStorageConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_status ⇒ Types::ConfigurationStatus
Returns the value of attribute configuration_status.
-
#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.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#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
#configuration_status ⇒ Types::ConfigurationStatus
Returns the value of attribute configuration_status.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def configuration_status @configuration_status end |
#disallow_ingest_null_na_n ⇒ Boolean
Returns the value of attribute disallow_ingest_null_na_n.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 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.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def disassociated_data_storage @disassociated_data_storage end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def last_update_date @last_update_date end |
#multi_layer_storage ⇒ Types::MultiLayerStorage
Returns the value of attribute multi_layer_storage.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def multi_layer_storage @multi_layer_storage end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def retention_period @retention_period end |
#storage_type ⇒ "SITEWISE_DEFAULT_STORAGE", "MULTI_LAYER_STORAGE"
Returns the value of attribute storage_type.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def storage_type @storage_type end |
#warm_tier ⇒ "ENABLED", "DISABLED"
Returns the value of attribute warm_tier.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def warm_tier @warm_tier end |
#warm_tier_retention_period ⇒ Types::WarmTierRetentionPeriod
Returns the value of attribute warm_tier_retention_period.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def warm_tier_retention_period @warm_tier_retention_period end |