Class: Aws::RDS::Types::RestoreDBClusterFromS3Result

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_clusterTypes::DBCluster

Contains the details of an Amazon Aurora DB cluster.

This data type is used as a response element in the DescribeDBClusters, StopDBCluster, and StartDBCluster actions.

Returns:



13330
13331
13332
13333
# File 'lib/aws-sdk-rds/types.rb', line 13330

class RestoreDBClusterFromS3Result < Struct.new(
  :db_cluster)
  include Aws::Structure
end