Class: Aws::RDS::Types::RestoreDBInstanceFromDBSnapshotResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_instanceTypes::DBInstance

Contains the result of a successful invocation of the following actions:

  • CreateDBInstance

  • DeleteDBInstance

  • ModifyDBInstance

  • StopDBInstance

  • StartDBInstance

This data type is used as a response element in the DescribeDBInstances action.

Returns:



11977
11978
11979
11980
# File 'lib/aws-sdk-rds/types.rb', line 11977

class RestoreDBInstanceFromDBSnapshotResult < Struct.new(
  :db_instance)
  include Aws::Structure
end