Class: Aws::RDS::Types::ModifyDBSnapshotResult

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:



10963
10964
10965
10966
# File 'lib/aws-sdk-rds/types.rb', line 10963

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