# File lib/aws/auto_scaling/activity.rb, line 90
      def get_resource attr_name = nil
        client_opts = {}
        client_opts[:activity_ids] = [activity_id]
        client.describe_scaling_activities(client_opts)
      end