Class: Aws::RDS::Types::CreateDBSnapshotResult

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:



3467
3468
3469
3470
# File 'lib/aws-sdk-rds/types.rb', line 3467

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