Class: Aws::RDS::Types::DeleteDBSnapshotResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



11472
11473
11474
11475
11476
# File 'lib/aws-sdk-rds/types.rb', line 11472

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