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 result of a successful invocation of the following actions:

  • CreateDBSnapshot

  • DeleteDBSnapshot

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

Returns:



9227
9228
9229
9230
# File 'lib/aws-sdk-rds/types.rb', line 9227

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