Class AWS::RDS::DBSnapshotCollection
In: lib/aws/rds/db_snapshot_collection.rb
Parent: Object

Methods

[]   _each_item   db_instance   filter   new   type   with_type  

Included Modules

Core::Collection::WithLimitAndNextToken

Public Class methods

@api private

Public Instance methods

@param [String] db_snapshot_id @return [DBSnapshot] Returns a {DBSnapshot} with the given ID.

Filters the DB snapshots to those beloning to a single db instance. You may pass the ID of a db instance or a {DBInstance} object.

@param [String,DBInstance] db_instance A db instance identifier

  string or a {DBInstance} object.

@return [DBSnapshotCollection]

@param [String,Symbol] name @param [Mixed] value @return [DBSnapshotCollection]

type(snapshot_type)

Alias for with_type

Filters the DB snapshots to those of a given snapshot type. @param [String] snapshot_type @return [DBSnapshotCollection]

Protected Instance methods

[Validate]