Class: Aws::TimestreamInfluxDB::Types::RestoreFromDbBackupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::RestoreFromDbBackupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_type ⇒ String
The deployment type of the restored resource.
-
#engine_type ⇒ String
The engine type of the restored resource.
-
#resource_type ⇒ String
The type of the restored resource.
-
#restore_status ⇒ String
The status of the restore operation.
-
#restored_db_resource_id ⇒ String
The identifier of the restored DB resource.
Instance Attribute Details
#deployment_type ⇒ String
The deployment type of the restored resource.
3834 3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 3834 class RestoreFromDbBackupOutput < Struct.new( :restored_db_resource_id, :restore_status, :resource_type, :engine_type, :deployment_type) SENSITIVE = [] include Aws::Structure end |
#engine_type ⇒ String
The engine type of the restored resource.
3834 3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 3834 class RestoreFromDbBackupOutput < Struct.new( :restored_db_resource_id, :restore_status, :resource_type, :engine_type, :deployment_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the restored resource. Valid values are DB_INSTANCE and DB_CLUSTER.
3834 3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 3834 class RestoreFromDbBackupOutput < Struct.new( :restored_db_resource_id, :restore_status, :resource_type, :engine_type, :deployment_type) SENSITIVE = [] include Aws::Structure end |
#restore_status ⇒ String
The status of the restore operation.
3834 3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 3834 class RestoreFromDbBackupOutput < Struct.new( :restored_db_resource_id, :restore_status, :resource_type, :engine_type, :deployment_type) SENSITIVE = [] include Aws::Structure end |
#restored_db_resource_id ⇒ String
The identifier of the restored DB resource.
3834 3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 3834 class RestoreFromDbBackupOutput < Struct.new( :restored_db_resource_id, :restore_status, :resource_type, :engine_type, :deployment_type) SENSITIVE = [] include Aws::Structure end |