Class: Aws::RDS::Types::RestoreDBInstanceFromS3Result

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 details of an Amazon RDS DB instance.

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

Returns:



14707
14708
14709
14710
# File 'lib/aws-sdk-rds/types.rb', line 14707

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