Module: Aws::TimestreamInfluxDB::Client::_RestoreFromDbBackupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestoreFromDbBackupOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #deployment_type ⇒ "SINGLE_AZ", ...
- #engine_type ⇒ "INFLUXDB_V2", ...
- #resource_type ⇒ "DB_INSTANCE", "DB_CLUSTER"
- #restore_status ⇒ "RESTORING"
- #restored_db_resource_id ⇒ ::String
Instance Method Details
#deployment_type ⇒ "SINGLE_AZ", ...
837 |
# File 'sig/client.rbs', line 837
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY" | "MULTI_NODE_READ_REPLICAS")
|
#engine_type ⇒ "INFLUXDB_V2", ...
836 |
# File 'sig/client.rbs', line 836
def engine_type: () -> ("INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE")
|
#resource_type ⇒ "DB_INSTANCE", "DB_CLUSTER"
835 |
# File 'sig/client.rbs', line 835
def resource_type: () -> ("DB_INSTANCE" | "DB_CLUSTER")
|
#restore_status ⇒ "RESTORING"
834 |
# File 'sig/client.rbs', line 834
def restore_status: () -> ("RESTORING")
|
#restored_db_resource_id ⇒ ::String
833 |
# File 'sig/client.rbs', line 833
def restored_db_resource_id: () -> ::String
|