Method: RightAws::RdsInterface::DescribeDbSnapshotsParser#tagstart
- Defined in:
- lib/rds/right_rds_interface.rb
#tagstart(name, attributes) ⇒ Object
1176 1177 1178 1179 1180 |
# File 'lib/rds/right_rds_interface.rb', line 1176 def (name, attributes) case name when 'DBSnapshot' then @item = {} end end |