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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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 operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance.

Returns:



24867
24868
24869
24870
24871
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24867

class RestoreDBInstanceFromS3Result < Struct.new(
  :db_instance)
  SENSITIVE = []
  include Aws::Structure
end