Method: Aws::AcfInterface::AcfDistributionListParser#tagend

Defined in:
lib/acf/acf_interface.rb

#tagend(name) ⇒ Object



399
400
401
402
403
404
405
# File 'lib/acf/acf_interface.rb', line 399

def tagend(name)
  super(name)
  case name
    when 'DistributionSummary' then
      @result << @distribution
  end
end