sig/db_cluster.rbs in aws-sdk-rds-1.218.0 vs sig/db_cluster.rbs in aws-sdk-rds-1.219.0
- old
+ new
@@ -244,9 +244,12 @@
def aws_backup_recovery_point_arn: () -> ::String
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#limitless_database-instance_method
def limitless_database: () -> Types::LimitlessDatabase
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_throughput-instance_method
+ def storage_throughput: () -> ::Integer
+
def client: () -> Client
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#load-instance_method
def load: () -> self
alias reload load