Class: Aws::Types::StorageConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mongo_db_atlas_configurationTypes::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_configurationTypes::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_configurationTypes::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_configurationTypes::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_configurationTypes::PineconeConfiguration

Returns the value of attribute pinecone_configuration.



2639
2640
2641
# File 'sig/types.rbs', line 2639

def pinecone_configuration
  @pinecone_configuration
end

#rds_configurationTypes::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_configurationTypes::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_configurationTypes::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.

Returns:

  • ("OPENSEARCH_SERVERLESS", "PINECONE", "REDIS_ENTERPRISE_CLOUD", "RDS", "MONGO_DB_ATLAS", "NEPTUNE_ANALYTICS", "OPENSEARCH_MANAGED_CLUSTER", "S3_VECTORS")


2636
2637
2638
# File 'sig/types.rbs', line 2636

def type
  @type
end