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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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:



19382
19383
19384
19385
19386
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19382

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