Class: Aws::Types::StorageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StorageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mongo_db_atlas_configuration ⇒ Types::MongoDbAtlasConfiguration
Returns the value of attribute mongo_db_atlas_configuration.
-
#neptune_analytics_configuration ⇒ Types::NeptuneAnalyticsConfiguration
Returns the value of attribute neptune_analytics_configuration.
-
#opensearch_managed_cluster_configuration ⇒ Types::OpenSearchManagedClusterConfiguration
Returns the value of attribute opensearch_managed_cluster_configuration.
-
#opensearch_serverless_configuration ⇒ Types::OpenSearchServerlessConfiguration
Returns the value of attribute opensearch_serverless_configuration.
-
#pinecone_configuration ⇒ Types::PineconeConfiguration
Returns the value of attribute pinecone_configuration.
-
#rds_configuration ⇒ Types::RdsConfiguration
Returns the value of attribute rds_configuration.
-
#redis_enterprise_cloud_configuration ⇒ Types::RedisEnterpriseCloudConfiguration
Returns the value of attribute redis_enterprise_cloud_configuration.
-
#s3_vectors_configuration ⇒ Types::S3VectorsConfiguration
Returns the value of attribute s3_vectors_configuration.
-
#type ⇒ "OPENSEARCH_SERVERLESS", ...
Returns the value of attribute type.
Instance Attribute Details
#mongo_db_atlas_configuration ⇒ Types::MongoDbAtlasConfiguration
Returns the value of attribute mongo_db_atlas_configuration.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def mongo_db_atlas_configuration @mongo_db_atlas_configuration end |
#neptune_analytics_configuration ⇒ Types::NeptuneAnalyticsConfiguration
Returns the value of attribute neptune_analytics_configuration.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def neptune_analytics_configuration @neptune_analytics_configuration end |
#opensearch_managed_cluster_configuration ⇒ Types::OpenSearchManagedClusterConfiguration
Returns the value of attribute opensearch_managed_cluster_configuration.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def opensearch_managed_cluster_configuration @opensearch_managed_cluster_configuration end |
#opensearch_serverless_configuration ⇒ Types::OpenSearchServerlessConfiguration
Returns the value of attribute opensearch_serverless_configuration.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def opensearch_serverless_configuration @opensearch_serverless_configuration end |
#pinecone_configuration ⇒ Types::PineconeConfiguration
Returns the value of attribute pinecone_configuration.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def pinecone_configuration @pinecone_configuration end |
#rds_configuration ⇒ Types::RdsConfiguration
Returns the value of attribute rds_configuration.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def rds_configuration @rds_configuration end |
#redis_enterprise_cloud_configuration ⇒ Types::RedisEnterpriseCloudConfiguration
Returns the value of attribute redis_enterprise_cloud_configuration.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def redis_enterprise_cloud_configuration @redis_enterprise_cloud_configuration end |
#s3_vectors_configuration ⇒ Types::S3VectorsConfiguration
Returns the value of attribute s3_vectors_configuration.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def s3_vectors_configuration @s3_vectors_configuration end |
#type ⇒ "OPENSEARCH_SERVERLESS", ...
Returns the value of attribute type.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def type @type end |