Class: Aws::Types::DescribeStorageConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_statusTypes::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_nBoolean

Returns the value of attribute disallow_ingest_null_na_n.

Returns:

  • (Boolean)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::Time)


1963
1964
1965
# File 'sig/types.rbs', line 1963

def last_update_date
  @last_update_date
end

#multi_layer_storageTypes::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_periodTypes::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.

Returns:

  • ("SITEWISE_DEFAULT_STORAGE", "MULTI_LAYER_STORAGE")


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.

Returns:

  • ("ENABLED", "DISABLED")


1964
1965
1966
# File 'sig/types.rbs', line 1964

def warm_tier
  @warm_tier
end

#warm_tier_retention_periodTypes::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