Class: Aws::TimestreamInfluxDB::Types::RestoreFromDbBackupOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreaminfluxdb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_typeString

The deployment type of the restored resource.

Returns:

  • (String)


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_typeString

The engine type of the restored resource.

Returns:

  • (String)


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_typeString

The type of the restored resource. Valid values are DB_INSTANCE and DB_CLUSTER.

Returns:

  • (String)


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_statusString

The status of the restore operation.

Returns:

  • (String)


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_idString

The identifier of the restored DB resource.

Returns:

  • (String)


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