Class: Aws::RDS::Types::CopyDBSnapshotResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_snapshotTypes::DBSnapshot

Contains the details of an Amazon RDS DB snapshot.

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

Returns:



1120
1121
1122
1123
# File 'lib/aws-sdk-rds/types.rb', line 1120

class CopyDBSnapshotResult < Struct.new(
  :db_snapshot)
  include Aws::Structure
end